2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Fixed names in Rlgl (#182)

This commit is contained in:
MrScautHD
2023-08-05 20:21:41 +02:00
committed by GitHub
parent ba5cc35c0b
commit d9202ba262
2 changed files with 359 additions and 360 deletions

View File

@@ -36,7 +36,7 @@ namespace Raylib_cs.Tests
{
public static bool IsBlittable<T>()
{
return IsBlittableCache<T>.Value;
return IsBlittableCache<T>.VALUE;
}
public static bool IsBlittable(this Type type)
@@ -64,7 +64,7 @@ namespace Raylib_cs.Tests
private static class IsBlittableCache<T>
{
public static readonly bool Value = IsBlittable(typeof(T));
public static readonly bool VALUE = IsBlittable(typeof(T));
}
}
}

File diff suppressed because it is too large Load Diff