Minor update to experimental modules
- Fixed return type in Physac.cs - Update Raygui.cs
This commit is contained in:
parent
79e326da27
commit
f17aa05cef
2 changed files with 48 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue