summaryrefslogtreecommitdiff
path: root/include/pso/TObject.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-08 10:17:39 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-08 10:17:39 -0400
commit43c92a4e9e0824d92221bd779fc56141d81ab031 (patch)
tree4eb49932b1816caf2ac91c532710faede666f618 /include/pso/TObject.h
parentcd2718c26cf3860d53a96170870784ea7fe797e1 (diff)
TObject: Rename `call_func_0x10_for_each_node2()` -> `render_nodes2()`
Diffstat (limited to 'include/pso/TObject.h')
-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 4a77401..22200de 100644
--- a/include/pso/TObject.h
+++ b/include/pso/TObject.h
@@ -43,7 +43,7 @@ public:
void run_tasks();
void render_nodes();
void call_func_0x14_for_each_node();
- void call_func_0x10_for_each_node2();
+ void render_nodes2();
void empty_func();
void set_parent(TObject *parent);