Commit 2a20fa36 authored by UVA Multi-touch's avatar UVA Multi-touch

reversed rotation angle in draw program.

parent bff901c6
......@@ -135,7 +135,7 @@ def save_tracker(gesture):
def rotate(gesture):
global angle
angle += gesture.get_angle()
angle -= gesture.get_angle()
save_tracker(gesture)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment