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

Fix usage of uint in bindings (#246)

This commit is contained in:
Rgebee 2024-05-25 10:34:38 +01:00 committed by GitHub
commit 383ec91e95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 36 additions and 36 deletions

View file

@ -31,7 +31,7 @@ public class FontSdf
string msg = "Signed Distance Fields";
// Loading file to memory
uint fileSize = 0;
int fileSize = 0;
byte* fileData = LoadFileData("resources/fonts/anonymous_pro_bold.ttf", ref fileSize);
// Default font generation from TTF font