remove debug print
This commit is contained in:
parent
0b91d4200f
commit
01e260e9aa
@ -281,7 +281,6 @@ label.readout {
|
||||
|
||||
|
||||
(when (not (= app-state.orientation-actual app-state.orientation-target))
|
||||
(print (- app-state.orientation-actual app-state.orientation-target))
|
||||
(g:translate (+ (/ viewport-width 2)) (+ (/ viewport-height 2)))
|
||||
(g:rotate (* (/ (- 360 (- app-state.orientation-actual app-state.orientation-target)) 180) math.pi))
|
||||
(g:translate (- (/ viewport-width 2)) (- (/ viewport-height 2))))
|
||||
|
Loading…
Reference in New Issue
Block a user