mrezai

Results 2 comments of mrezai

Maybe `Engine::get_singleton()->is_editor_hint()` is what you want

These commands are wrong: ``` update-alternatives --config x64_86-w64-mingw32-gcc update-alternatives --config x64_86-w64-mingw32-g++ ``` They must be: ``` update-alternatives --config x86_64-w64-mingw32-gcc update-alternatives --config x86_64-w64-mingw32-g++ ``` You need mingw-w64 v8.0.0 because the related...