Watch
2
0
Fork
You've already forked raylib-cs
0

Update raylib version constant

This commit is contained in:
Rgebee 2022-09-25 09:03:42 +01:00
commit 1a740751a6

View file

@ -13,7 +13,7 @@ namespace Raylib_cs
/// </summary>
public const string nativeLibName = "raylib";
public const string RAYLIB_VERSION = "4.0";
public const string RAYLIB_VERSION = "4.2";
public const float DEG2RAD = MathF.PI / 180.0f;
public const float RAD2DEG = 180.0f / MathF.PI;