You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sizes are positive, and below INT_MAX, so it should have worked.
The fix previously done in #46401 covered negative sizes only so it likely also applies to master.
Godot version
3.4 beta2
System information
Windows 10 64 bits GLES3
Issue description
The following code crashes Godot:
Sizes are positive, and below INT_MAX, so it should have worked.
The fix previously done in #46401 covered negative sizes only so it likely also applies to master.
Steps to reproduce
Run the code shown in description.
Minimal reproduction project
MakeAtlasCrash.zip
The text was updated successfully, but these errors were encountered: