mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
Fix unused variable in the osx backend.
This commit is contained in:
parent
86b7b3363c
commit
d057ffdd40
@ -1728,7 +1728,7 @@ Error OS_OSX::initialize(const VideoMode &p_desired, int p_video_driver, int p_a
|
||||
// gles3 = false;
|
||||
//}
|
||||
|
||||
bool editor = Engine::get_singleton()->is_editor_hint();
|
||||
//bool editor = Engine::get_singleton()->is_editor_hint();
|
||||
bool gl_initialization_error = false;
|
||||
|
||||
while (true) {
|
||||
|
Loading…
Reference in New Issue
Block a user