mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove Debug
This commit is contained in:
parent
8f18fd7eaa
commit
4d7a2888eb
@ -13,12 +13,11 @@
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
#define ENABLE_PERFORMANCE_COUNTERS
|
||||
// #define ENABLE_PERFORMANCE_COUNTERS
|
||||
#include "script_component.hpp"
|
||||
|
||||
[{
|
||||
BEGIN_COUNTER(pfeh);
|
||||
|
||||
// BEGIN_COUNTER(pfeh);
|
||||
private["_accel", "_accelRef", "_bulletSpeed", "_bulletVelocity", "_deleted", "_deltaT", "_drag", "_dragRef", "_isWind", "_lastTime", "_trueSpeed", "_trueVelocity"];
|
||||
|
||||
_lastTime = (_this select 0) select 0;
|
||||
@ -53,7 +52,5 @@
|
||||
};
|
||||
|
||||
} forEach GVAR(trackedBullets);
|
||||
|
||||
END_COUNTER(pfeh);
|
||||
|
||||
// END_COUNTER(pfeh);
|
||||
}, GVAR(simulationInterval), [ACE_time]] call CBA_fnc_addPerFrameHandler;
|
||||
|
Loading…
Reference in New Issue
Block a user