Fix frag - reflectionsEnabled (#4475)

PFEH never exited
This commit is contained in:
PabstMirror 2016-09-29 10:42:21 -05:00 committed by GitHub
parent 2fda3e3471
commit 85c4a1f021

View File

@ -42,7 +42,7 @@ if(_zIndex < 5) then {
_lastPos = _testPos; _lastPos = _testPos;
}; };
}; };
_params set[4, _zIndex+1]; _args set[4, _zIndex+1];
} else { } else {
_depth = _depth + 1; _depth = _depth + 1;
_buckets = []; _buckets = [];