Fix IsGestureDetected and formatting
This commit is contained in:
parent
71f57503f9
commit
dc5335038a
6 changed files with 24 additions and 25 deletions
|
|
@ -71,7 +71,7 @@ namespace Raylib_cs
|
|||
|
||||
var buffer = Marshal.AllocHGlobal(byteLength);
|
||||
vsprintf(buffer, format, args);
|
||||
|
||||
|
||||
string result = Marshal.PtrToStringUTF8(buffer);
|
||||
Marshal.FreeHGlobal(buffer);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue