Removed some lines that weren't deleted in an earlier commit for some reason, fixed some objects being selectable in game mode despite not being visible, fixed a few property templates

This commit is contained in:
parax0
2016-02-26 05:38:26 -07:00
parent e8f48ef66a
commit 146c88d016
8 changed files with 29 additions and 18 deletions

View File

@@ -668,14 +668,6 @@ public:
return false;
}
{
for (u32 iProp = 0; iProp < mSubProperties.size(); iProp++)
{
IPropertyTemplate *pProp = mSubProperties[iProp];
}
}
inline TString SourceFile() const { return mSourceFile; }
inline bool IsSingleProperty() const { return mIsSingleProperty; }
inline u32 Count() const { return mSubProperties.size(); }