mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-18 07:17:18 +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;
|
// gles3 = false;
|
||||||
//}
|
//}
|
||||||
|
|
||||||
bool editor = Engine::get_singleton()->is_editor_hint();
|
//bool editor = Engine::get_singleton()->is_editor_hint();
|
||||||
bool gl_initialization_error = false;
|
bool gl_initialization_error = false;
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user