mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Do it every frame, no need for delay.
This commit is contained in:
parent
14579fb90e
commit
114d66af7e
@ -18,5 +18,5 @@ if(_depth <= 2) then {
|
||||
|
||||
|
||||
_testParams = [_pos, [_indirectHitRange, _indirectHit], [], [], -4, _depth, 0];
|
||||
[DFUNC(findReflections), 0.005, _testParams] call cba_fnc_addPerFrameHandler;
|
||||
[DFUNC(findReflections), 0, _testParams] call cba_fnc_addPerFrameHandler;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user