Renamed IsAnyParentMissingTransform -> isAnyParentMissingTransform (member function).

This commit is contained in:
stiffly
2016-03-07 14:34:45 +01:00
parent a369c26a28
commit 9cc8124847
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ private:
// Utility functions
EntityWrapper importEntity(EntityWrapper parent, boost::filesystem::path filePath);
void setWidgetMode(EditorGUI::WidgetMode mode);
bool IsAnyParentMissingTransform(EntityID entityID);
bool isAnyParentMissingTransform(EntityID entityID);
// GUI callbacks
void OnEntitySelected(EntityWrapper entity);