2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Minor update to experimental modules

- Fixed return type in Physac.cs
- Update Raygui.cs
This commit is contained in:
2021-01-10 15:00:25 +00:00
parent 79e326da27
commit f17aa05cef
2 changed files with 48 additions and 16 deletions

View File

@ -168,6 +168,7 @@ namespace Physac_cs
// Returns true if physics thread is currently enabled
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
[return: MarshalAs(UnmanagedType.I1)]
public static extern bool IsPhysicsEnabled();
// Sets physics global gravity force