mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
replace new with singletone to fix cannot re-declare object lof file spam
This commit is contained in:
parent
b44a8cf644
commit
c285813540
4 changed files with 9 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ singleton Material(TerrainFX_@)
|
|||
impactSoundId = "0";
|
||||
};
|
||||
|
||||
new TerrainMaterial(@)
|
||||
singleton TerrainMaterial(@)
|
||||
{
|
||||
internalName = "@";
|
||||
diffuseMap = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue