Do it every frame, no need for delay.

This commit is contained in:
Nou 2015-04-14 13:00:57 -07:00
parent 14579fb90e
commit 114d66af7e

View File

@ -18,5 +18,5 @@ if(_depth <= 2) then {
_testParams = [_pos, [_indirectHitRange, _indirectHit], [], [], -4, _depth, 0]; _testParams = [_pos, [_indirectHitRange, _indirectHit], [], [], -4, _depth, 0];
[DFUNC(findReflections), 0.005, _testParams] call cba_fnc_addPerFrameHandler; [DFUNC(findReflections), 0, _testParams] call cba_fnc_addPerFrameHandler;
}; };