diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-08 10:19:14 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-08 10:19:14 -0400 |
commit | b8cd37951b4b2a83b5fd602788478bfb6dff324f (patch) | |
tree | c1c8d9f2de0f7711c803e5c3c4fd701700908a5a /include/pso | |
parent | 43c92a4e9e0824d92221bd779fc56141d81ab031 (diff) |
TObject: Rename `call_func_0x14_for_each_node()` ->
`render_shadows_for_each_node()`
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 22200de..4db9ae9 100644 --- a/include/pso/TObject.h +++ b/include/pso/TObject.h @@ -42,7 +42,7 @@ public: void set_flag_0_for_each_node(); void run_tasks(); void render_nodes(); - void call_func_0x14_for_each_node(); + void render_shadows_for_each_node(); void render_nodes2(); void empty_func(); void set_parent(TObject *parent); |