mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 19:40:48 -04:00
[goos] fix pretty printer bugs, update ref after pretty printer changes (#1063)
* update ref after pretty printer changes * another try
This commit is contained in:
+6
-7
@@ -533,13 +533,12 @@
|
||||
|
||||
;; definition for function dm-shader-pick-func
|
||||
(defun dm-shader-pick-func ((arg0 texture-id) (arg1 debug-menu-msg))
|
||||
(if (and
|
||||
(= arg1 (debug-menu-msg press))
|
||||
*texture-page-dir*
|
||||
(-> *texture-page-dir* entries (-> arg0 page) page)
|
||||
(-> *texture-page-dir* entries (-> arg0 page) link)
|
||||
(nonzero? (-> *texture-page-dir* entries (-> arg0 page) link next (-> arg0 index)))
|
||||
)
|
||||
(if (and (= arg1 (debug-menu-msg press))
|
||||
*texture-page-dir*
|
||||
(-> *texture-page-dir* entries (-> arg0 page) page)
|
||||
(-> *texture-page-dir* entries (-> arg0 page) link)
|
||||
(nonzero? (-> *texture-page-dir* entries (-> arg0 page) link next (-> arg0 index)))
|
||||
)
|
||||
(set! *edit-shader* arg0)
|
||||
)
|
||||
(and (nonzero? *edit-shader*) (= arg0 *edit-shader*))
|
||||
|
||||
Reference in New Issue
Block a user