X Tutup
Skip to content

Fix enum strings losing space#111134

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
KoBeWi:remove_remove_char
Oct 2, 2025
Merged

Fix enum strings losing space#111134
akien-mga merged 1 commit intogodotengine:masterfrom
KoBeWi:remove_remove_char

Conversation

@KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Oct 1, 2025

Fixes regression from #110492
This was causing enum values to have no space. Especially noticeable in editor theme preset names.

@KoBeWi KoBeWi added this to the 4.6 milestone Oct 1, 2025
@KoBeWi KoBeWi requested a review from a team October 1, 2025 20:01
Copy link
Member

@YeldhamDev YeldhamDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gah, just as I finished bisecting on my end! 😝 LGTM.

@mihe
Copy link
Contributor

mihe commented Oct 2, 2025

FYI, #110492 also broke 3D physics engine selection, as Jolt Physics became JoltPhysics, even when stored in the project settings.

This seems to fix that.

@akien-mga akien-mga merged commit 0f3e975 into godotengine:master Oct 2, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@KoBeWi KoBeWi deleted the remove_remove_char branch October 2, 2025 12:06
syntaxerror247 pushed a commit to syntaxerror247/godot that referenced this pull request Oct 2, 2025
syntaxerror247 pushed a commit to syntaxerror247/godot that referenced this pull request Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup