summaryrefslogtreecommitdiff
path: root/include/pso/TObject.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-08 13:26:20 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-08 13:26:20 -0400
commit9f45cf21908d3a024481ccbd642b63e5c5b4897c (patch)
treefeefe3dc544e6afd3d7f2099db9a8653e995617e /include/pso/TObject.h
parentbd6b72e3a134313d87979212d559003269cbf402 (diff)
TObject: Rename `set_flag_4()` -> `disallow_rendering()`
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 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();