Fix old api usage for #4185

This commit is contained in:
2026-09-14 08:30:51 +02:00
parent b586c6a0fb
commit e669e9ca65
57 changed files with 89 additions and 90 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ void Decal::OnDebugDrawSelected()
Actor::OnDebugDrawSelected();
}
BoundingBox Decal::GetEditorBox() const
BoundingBox Decal::GetEditorBoundingBox() const
{
const Vector3 size(10.0f);
return BoundingBox(_transform.Translation - size, _transform.Translation + size);