summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-08 10:14:03 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-08 10:14:03 -0400
commitfc0d9b96cf14899e5f0d45b0d7e0d31f8d9b8c41 (patch)
treec53d4ae1b6ce4fee05315db05f8529d88c1352ea /include
parentb95a156ca89c7be10a8afb4b7fa77fe9e242d00c (diff)
TObject: Rename `func_0x14()` -> `render_shadows()`
Diffstat (limited to 'include')
-rw-r--r--include/pso/TObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pso/TObject.h b/include/pso/TObject.h
index 531dee1..1422fa6 100644
--- a/include/pso/TObject.h
+++ b/include/pso/TObject.h
@@ -49,7 +49,7 @@ public:
virtual void run_task();
virtual void render();
- virtual void func_0x14();
+ virtual void render_shadows();
void empty_func2();
void log(const char *str);