diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-08 10:16:31 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-08 10:16:31 -0400 |
commit | cd2718c26cf3860d53a96170870784ea7fe797e1 (patch) | |
tree | 5234f5401219ec77d4d59252e53b27047189729b /include/pso | |
parent | fc0d9b96cf14899e5f0d45b0d7e0d31f8d9b8c41 (diff) |
TObject: Rename `call_func_0x10_for_each_node()` -> `render_nodes()`
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 1422fa6..4a77401 100644 --- a/include/pso/TObject.h +++ b/include/pso/TObject.h @@ -41,7 +41,7 @@ public: void delete_children(); void set_flag_0_for_each_node(); void run_tasks(); - void call_func_0x10_for_each_node(); + void render_nodes(); void call_func_0x14_for_each_node(); void call_func_0x10_for_each_node2(); void empty_func(); |