FontCopy.
This commit is contained in:
@@ -32,7 +32,7 @@ bool stateInit( int argn, const char** argc, const char* basePath ) {
|
||||
state->run = luaInit( argn, argc );
|
||||
}
|
||||
state->defaultFont = GetFontDefault();
|
||||
state->guiDefaultFont = GuiGetFont();
|
||||
state->guiFont = GuiGetFont();
|
||||
state->defaultMaterial = LoadMaterialDefault();
|
||||
state->defaultTexture = (Texture){ 1, 1, 1, 1, 7 };
|
||||
state->RLGLcurrentShaderLocs = malloc( RL_MAX_SHADER_LOCATIONS * sizeof( int ) );
|
||||
|
||||
Reference in New Issue
Block a user