mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
save & load to file!
This commit is contained in:
@@ -106,7 +106,7 @@ int InitMainDisplay(int width, int height, const char* title, GfxSettings& setti
|
||||
return 1;
|
||||
}
|
||||
|
||||
auto display = settings.renderer->make_main_display(width, height, title, settings);
|
||||
auto display = Gfx::GetRenderer(settings.renderer)->make_main_display(width, height, title, settings);
|
||||
if (display == NULL) {
|
||||
lg::error("Failed to make main display.");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user