Lead in time before recording starts in edit mode is now a preference.

This commit is contained in:
Kyzentun
2015-01-31 14:03:30 -07:00
parent e321a25ff0
commit c7ffbb3453
8 changed files with 66 additions and 4 deletions
+3
View File
@@ -253,6 +253,9 @@ public:
// after pressed.
Preference<float> m_fPadStickSeconds;
// Lead in time before recording starts in edit mode.
Preference<float> m_EditRecordModeLeadIn;
// Useful for non 4:3 displays and resolutions < 640x480 where texels don't
// map directly to pixels.
Preference<bool> m_bForceMipMaps;