Selection Highlighting

This commit is contained in:
Marc Chapman 2017-07-26 23:48:29 +01:00
parent fec893cd8b
commit 9106eef98b
7 changed files with 52 additions and 0 deletions

View file

@ -253,6 +253,7 @@ void MatInstance::construct()
mIsForwardLit = false;
mIsValid = false;
mIsHardwareSkinned = false;
needsHighlighting = false;
MATMGR->_track(this);
}