From 43c92a4e9e0824d92221bd779fc56141d81ab031 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 8 Feb 2023 10:17:39 -0400 Subject: TObject: Rename `call_func_0x10_for_each_node2()` -> `render_nodes2()` --- 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 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); -- cgit v1.2.3-13-gbd6f