diff options
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 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); |