diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 11:53:03 -0600 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 11:53:03 -0600 |
| commit | db68d0b1c53bd9e627c0b343870bd0633bf782d4 (patch) | |
| tree | 88477098a1c71fda6813455e2e1a3c675ebb3da7 /src/engine/objects/TrashBin.cpp | |
| parent | ba9af8e063b0963d06c667ddf04d8cefbf50dbb4 (diff) | |
Track unique_ptr : This probably compiles
Diffstat (limited to 'src/engine/objects/TrashBin.cpp')
| -rw-r--r-- | src/engine/objects/TrashBin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/objects/TrashBin.cpp b/src/engine/objects/TrashBin.cpp index e721f299c..dc62626dc 100644 --- a/src/engine/objects/TrashBin.cpp +++ b/src/engine/objects/TrashBin.cpp @@ -32,7 +32,7 @@ OTrashBin::OTrashBin(const FVector& pos, const IRotator& rotation, f32 scale, OT init_object(_objectIndex, 0); - if (GetCourse() != GetBansheeBoardwalk()) { + if (!IsBansheeBoardwalk()) { _drawBin = true; } } |
