Minor improvements to usability

This commit is contained in:
Wojtek Figat
2024-03-08 14:39:18 +01:00
parent 584c073df1
commit d390938fb6
5 changed files with 45 additions and 34 deletions

View File

@@ -390,7 +390,7 @@ namespace FlaxEngine
}
#if FLAX_EDITOR
internal bool ShowTransform => !(this is UIControl);
private bool ShowTransform => !(this is UIControl);
#endif
}
}