diff options
Diffstat (limited to 'mp/src/public/matsys_controls/potterywheelpanel.h')
| -rw-r--r-- | mp/src/public/matsys_controls/potterywheelpanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mp/src/public/matsys_controls/potterywheelpanel.h b/mp/src/public/matsys_controls/potterywheelpanel.h index 47125a3f..5da55e48 100644 --- a/mp/src/public/matsys_controls/potterywheelpanel.h +++ b/mp/src/public/matsys_controls/potterywheelpanel.h @@ -45,6 +45,7 @@ public: virtual ~CPotteryWheelPanel(); // Overriden methods of vgui::Panel + virtual void ApplySettings( KeyValues *inResourceData ); virtual void Init( int x, int y, int wide, int tall ); virtual void Paint(); @@ -117,6 +118,7 @@ protected: bool WarpMouse( int &x, int &y ); IManipulator *m_pCurrentManip; int m_nManipStartX, m_nManipStartY; + int m_nClickStartX, m_nClickStartY; // Re-apply the manipulators on a new model void ApplyManipulation(); @@ -136,6 +138,7 @@ protected: private: void CreateDefaultLights(); void DestroyLights(); + void ParseLightsFromKV( KeyValues *pLightsKV ); CMaterialReference m_LightProbeBackground; CMaterialReference m_LightProbeHDRBackground; |