Remove _maxHeight from code for light sources
This commit is contained in:
parent
1d42585fe5
commit
f2f2c88a78
@ -28,7 +28,7 @@ while {diag_tickTime - _start < (_time)} do // loop for 5 min accounting for th
|
||||
{
|
||||
_light = _lightSource createVehicle getPosATL _crate;
|
||||
_light setPosATL (getPosATL _crate);
|
||||
_light attachTo [_crate,[0,0,(_maxHeight + 0.35)]];
|
||||
_light attachTo [_crate,[0,0,(0.55)]];
|
||||
};
|
||||
uiSleep 120;
|
||||
detach _smoke;
|
||||
|
Loading…
Reference in New Issue
Block a user