mirror of
https://github.com/open-goal/jak-project
synced 2026-08-05 17:44:39 -04:00
[game] edge grab, small fixes, add zoomer (#1083)
* fix a few small things * fix tests * another fix * fix tests
This commit is contained in:
@@ -710,7 +710,7 @@
|
||||
(ja-post)
|
||||
(when (logtest? (-> self flags) (anim-tester-flags fanimt4))
|
||||
(draw-joint-spheres self)
|
||||
(dummy-10 (-> self skel) (the-as symbol *stdcon*))
|
||||
(debug-print-channels (-> self skel) (the-as symbol *stdcon*))
|
||||
)
|
||||
)
|
||||
(none)
|
||||
@@ -2239,7 +2239,7 @@
|
||||
)
|
||||
(logclear! (-> self flags) (anim-tester-flags fanimt1))
|
||||
(when (!= *master-mode* 'menu)
|
||||
(dummy-10 (-> self skel) (the-as symbol *stdcon*))
|
||||
(debug-print-channels (-> self skel) (the-as symbol *stdcon*))
|
||||
(add-debug-x
|
||||
#t
|
||||
(bucket-id debug-draw1)
|
||||
|
||||
Reference in New Issue
Block a user