Comment tweak

This commit is contained in:
raysan5 2020-05-07 13:39:41 +02:00
parent f6ca045735
commit 6fa6757a8b

View file

@ -93,8 +93,9 @@
// Global variables // Global variables
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
#if defined(SUPPORT_DEFAULT_FONT) #if defined(SUPPORT_DEFAULT_FONT)
static Font defaultFont = { 0 }; // Default font provided by raylib // Default font provided by raylib
// NOTE: defaultFont is loaded on InitWindow and disposed on CloseWindow [module: core] // NOTE: Default font is loaded on InitWindow() and disposed on CloseWindow() [module: core]
static Font defaultFont = { 0 };
#endif #endif
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------