FontCopy.

This commit is contained in:
jussi
2024-09-26 23:02:13 +03:00
parent 45e11be96a
commit d3202073a7
9 changed files with 43 additions and 10 deletions

View File

@@ -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 ) );