You've already forked godot
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:
@@ -367,7 +367,7 @@ namespace embree
|
||||
_mm_pause();
|
||||
// -- GODOT start --
|
||||
#else
|
||||
usleep(1);
|
||||
__builtin_ia32_pause();
|
||||
#endif
|
||||
// -- GODOT end --
|
||||
loopIndex++;
|
||||
|
||||
Reference in New Issue
Block a user