1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Fix freeze-crash in lightmapper under MinGW-GCC

This commit is contained in:
Pedro J. Estébanez
2021-01-21 11:59:04 +01:00
parent c97837d0ee
commit 3c4b607faf
4 changed files with 12 additions and 8 deletions

View File

@@ -367,7 +367,7 @@ namespace embree
_mm_pause();
// -- GODOT start --
#else
usleep(1);
__builtin_ia32_pause();
#endif
// -- GODOT end --
loopIndex++;