mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-16 10:09:43 +00:00
redone basic graphics settings (vsync, resolution, fullscreen, gl/aa)
This commit is contained in:
@@ -1575,7 +1575,7 @@ EX void initAll() {
|
||||
firstland0 = firstland;
|
||||
|
||||
// initlanguage();
|
||||
initgraph();
|
||||
initialize_all();
|
||||
#if CAP_SAVE
|
||||
loadsave();
|
||||
if(IRREGULAR) irr::auto_creator();
|
||||
@@ -1603,7 +1603,7 @@ EX void finishAll() {
|
||||
#endif
|
||||
clearMemory();
|
||||
#if !ISMOBILE
|
||||
cleargraph();
|
||||
quit_all();
|
||||
#endif
|
||||
|
||||
achievement_close();
|
||||
|
||||
Reference in New Issue
Block a user