diff options
Diffstat (limited to 'include')
-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 ce00a97..b6930f8 100644 --- a/include/pso/TObject.h +++ b/include/pso/TObject.h @@ -54,7 +54,7 @@ public: TObject *up; TObject *down; public: - void set_flag_4(); + void disallow_rendering(); void clear_flag_4(); void set_flag_3(); void clear_flag_3(); |