mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
changed debug colors
This commit is contained in:
parent
f7d6c783a5
commit
8da5e47dcf
@ -91,7 +91,7 @@ for "_i" from 1 to _spallCount do {
|
|||||||
_fragment setVelocity _spallFragVect;
|
_fragment setVelocity _spallFragVect;
|
||||||
|
|
||||||
#ifdef DEBUG_MODE_DRAW
|
#ifdef DEBUG_MODE_DRAW
|
||||||
[_fragment, "orange", true] call FUNC(dev_trackObj);
|
[_fragment, "orange", true] call FUNC(dev_trackObj);
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -113,6 +113,6 @@ for "_i" from 1 to _spallCount do {
|
|||||||
_fragment setVelocity _spallFragVect;
|
_fragment setVelocity _spallFragVect;
|
||||||
|
|
||||||
#ifdef DEBUG_MODE_DRAW
|
#ifdef DEBUG_MODE_DRAW
|
||||||
[_fragment, "orange", true] call FUNC(dev_trackObj);
|
[_fragment, "orange", true] call FUNC(dev_trackObj);
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user