Fix usage of uint
This commit is contained in:
parent
5949934932
commit
bcf6a479b0
7 changed files with 33 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue