mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Selection Highlighting
This commit is contained in:
parent
64d1b06866
commit
d4c2eeea98
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