mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-11-04 01:34:19 +00:00 
			
		
		
		
	Corrected bug
This commit is contained in:
		@@ -256,7 +256,7 @@ SpriteFont LoadSpriteFont(const char *fileName)
 | 
			
		||||
        }
 | 
			
		||||
        else
 | 
			
		||||
        {
 | 
			
		||||
            TraceLog(WARNING, "[%s] SpriteFont could not be loaded, using default font", fileName, numChars);
 | 
			
		||||
            TraceLog(WARNING, "[%s] SpriteFont could not be loaded, using default font", fileName);
 | 
			
		||||
            spriteFont = GetDefaultFont();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user