mirror of
https://github.com/open-goal/jak-project
synced 2026-08-15 04:51:00 -04:00
9a04c7e311
- fix crash with unhandled sparticle definition (happens with the weird array int32s that I don't understand yet) - update mips2c stuff - add part-tester - fix some issues around texture uploads 
14 lines
195 B
Common Lisp
14 lines
195 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: texture-anim.gc
|
|
;; name in dgo: texture-anim
|
|
;; dgos: ENGINE, GAME
|
|
|
|
;; DECOMP BEGINS
|
|
(defun update-texture-anim ((id bucket-id))
|
|
;; hack!
|
|
(none)
|
|
)
|
|
|