mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-11 21:08:44 +00:00
Define some globals
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
// Global variables
|
||||
//----------------------------------------------------------------------------------
|
||||
#if defined(SUPPORT_DEFAULT_FONT)
|
||||
static Font defaultFont; // Default font provided by raylib
|
||||
static Font defaultFont = { 0 }; // Default font provided by raylib
|
||||
// NOTE: defaultFont is loaded on InitWindow and disposed on CloseWindow [module: core]
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user