Small fixes 1
This commit is contained in:
parent
26b0a0dac4
commit
f655c1a9e6
8 changed files with 28 additions and 16 deletions
|
|
@ -11,7 +11,7 @@ namespace Raylib_cs
|
|||
// Used by DllImport to load the native library.
|
||||
public const string nativeLibName = "raylib";
|
||||
|
||||
public const string RAYLIB_VERSION = "3.7";
|
||||
public const string RAYLIB_VERSION = "4.0";
|
||||
|
||||
public const float DEG2RAD = MathF.PI / 180.0f;
|
||||
public const float RAD2DEG = 180.0f / MathF.PI;
|
||||
|
|
|
|||
Loading…
Reference in a new issue