From fc0d9b96cf14899e5f0d45b0d7e0d31f8d9b8c41 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 8 Feb 2023 10:14:03 -0400 Subject: TObject: Rename `func_0x14()` -> `render_shadows()` --- include/pso/TObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3-13-gbd6f