Rename EMotionFX class members to follow the m_ naming convention
Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ namespace EMStudio
|
||||
|
||||
private:
|
||||
SimulatedObjectSelectionWidget* m_simulatedObjectSelectionWidget = nullptr;
|
||||
QPushButton* m_OKButton = nullptr;
|
||||
QPushButton* m_okButton = nullptr;
|
||||
QPushButton* m_cancelButton = nullptr;
|
||||
bool m_accepted = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user