Redot-Engine / redot-engine

Redot Engine – Multi-platform 2D and 3D game engine
https://redotengine.org/
MIT License
4.8k stars 216 forks source link

[4.3] Fix 32-bit Windows build #868

Closed Spartan322 closed 1 week ago

Spartan322 commented 1 week ago

Causes godotengine/godot#99108 conversion errors on 32-bit Windows because size_t on 32-bit is unsigned int whereas on 32-bit Windows' SIZE_T is unsigned long. This is how it was solved for godotengine/godot#99107 with godotengine/godot#99280.