X Tutup
Skip to content

Fix sorting_offset property flags for Decal#114335

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
kleonc:decal_sorting_offset_property_flags
Dec 30, 2025
Merged

Fix sorting_offset property flags for Decal#114335
akien-mga merged 1 commit intogodotengine:masterfrom
kleonc:decal_sorting_offset_property_flags

Conversation

@kleonc
Copy link
Member

@kleonc kleonc commented Dec 25, 2025

Fixes #114333.

Regression from #108254, which made VisualInstance3D::sorting_offset for Decal both:

  • not being shown in the editor,
  • not being stored.

@kleonc kleonc added this to the 4.6 milestone Dec 25, 2025
@kleonc kleonc requested a review from KoBeWi December 25, 2025 13:35
@kleonc kleonc requested a review from a team as a code owner December 25, 2025 13:35
@kleonc kleonc force-pushed the decal_sorting_offset_property_flags branch from 4329000 to 3e5f3e9 Compare December 25, 2025 14:24
@kleonc kleonc requested a review from a team as a code owner December 25, 2025 14:24
Copy link
Member

@clayjohn clayjohn left a comment

Choose a reason for hiding this comment

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

Makes sense. Looks like this was mistakenly removed since it doesn't have to do with the rest of the PR

@akien-mga akien-mga merged commit 1559ab3 into godotengine:master Dec 30, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@kleonc kleonc deleted the decal_sorting_offset_property_flags branch December 30, 2025 15:25
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.

Sorting Offset is no longer accessible from Inspector

4 participants

X Tutup