mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Selection Highlighting
This commit is contained in:
parent
fec893cd8b
commit
9106eef98b
7 changed files with 52 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ void MatInstance::construct()
|
|||
mIsForwardLit = false;
|
||||
mIsValid = false;
|
||||
mIsHardwareSkinned = false;
|
||||
needsHighlighting = false;
|
||||
|
||||
MATMGR->_track(this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue