Disable light-level code as it's not used currently.
This commit is contained in:
parent
7ebf1b6ef4
commit
117db06048
3 changed files with 8 additions and 3 deletions
|
|
@ -407,7 +407,7 @@ private:
|
|||
model_t *m_worldModel;
|
||||
|
||||
public:
|
||||
LightMeasure (void) : m_worldModel (nullptr), m_doAnimation (false) {
|
||||
LightMeasure (void) : m_doAnimation (false), m_worldModel (nullptr) {
|
||||
initializeLightstyles ();
|
||||
m_point.reset ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue