Remove hack

Former-commit-id: b876430ed3
This commit is contained in:
2022-12-18 09:43:09 -08:00
parent 5bc355e432
commit 758b61fc47
6 changed files with 13 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
#include "MetroidPrime/CFluidPlane.hpp"
class CFluidPlaneDoor final : public CFluidPlane {
class CFluidPlaneDoor : public CFluidPlane {
private:
float xa0_tileSize;
int xa4_tileSubdivisions;