Skip to content
Snippets Groups Projects
Commit f88ff0a2 authored by Richard Nelson's avatar Richard Nelson
Browse files

STORM-1647 FIX Orbit camera controls in the view floater are not responding

parent 0df1c7a7
No related branches found
No related tags found
No related merge requests found
...@@ -167,14 +167,10 @@ ...@@ -167,14 +167,10 @@
<joystick_rotate <joystick_rotate
follows="top|left" follows="top|left"
height="78" height="78"
image_selected="Cam_Rotate_In"
image_unselected="Cam_Rotate_Out"
layout="topleft" layout="topleft"
left="7" left="7"
mouse_opaque="false"
name="cam_rotate_stick" name="cam_rotate_stick"
quadrant="left" quadrant="left"
scale_image="false"
sound_flags="3" sound_flags="3"
visible="true" visible="true"
tool_tip="Orbit camera around focus" tool_tip="Orbit camera around focus"
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<joystick_rotate
image_selected="Cam_Rotate_In"
image_unselected="Cam_Rotate_Out"
scale_image="false"
mouse_opaque="false"
held_down_delay.seconds="0"/>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment