godot-cpp
godot-cpp copied to clipboard
Fix memory alignment on 32-bit Windows.
Same as https://github.com/godotengine/godot/pull/113145, current cowdata structure already aligns to 16, so this is not fixing any immediate issue.
Makes sense, but since it's not causing problems right now, we might as well defer this change until CowData is synchronized next.