diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-08 10:14:03 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-08 10:14:03 -0400 |
commit | fc0d9b96cf14899e5f0d45b0d7e0d31f8d9b8c41 (patch) | |
tree | c53d4ae1b6ce4fee05315db05f8529d88c1352ea /include/pso | |
parent | b95a156ca89c7be10a8afb4b7fa77fe9e242d00c (diff) |
TObject: Rename `func_0x14()` -> `render_shadows()`
Diffstat (limited to 'include/pso')
-rw-r--r-- | include/pso/TObject.h | 2 |
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); |