Skip to content

Commit

Permalink
Remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Oct 2, 2016
1 parent adabf59 commit 68a9bd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ARCMF.VR/f/spect/fn_FreeCam.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ if (f_cam_mode == 3) then {
_height = 0 max (((getPosATL f_cam_freecamera) select 2));
_accel = 0.1 max (_height / ([10,35] select _inBuilding)); // 0.8
_accelshift = _accel * 4.25;//2;

systemChat format ["In Building: %1, Accel: %2", _inBuilding, _accel];

if (f_cam_freecam_buttons select 0) then { // W
if (f_cam_shift_down) then {
Expand Down

0 comments on commit 68a9bd5

Please sign in to comment.