Dreamcast Changes

This commit is contained in:
The Gang
2024-12-26 11:10:17 +02:00
committed by Stefanos Kornilios Mitsis Poiitidis
parent 310dd86371
commit 29550ea045
555 changed files with 206934 additions and 1507 deletions

View File

@@ -266,7 +266,8 @@ CWaterLevel::CreateWavyAtomic()
wavyGeometry = RpGeometryCreate(9*9, 8*8*2, rpGEOMETRYTRISTRIP
|rpGEOMETRYTEXTURED
|rpGEOMETRYPRELIT
|rpGEOMETRYMODULATEMATERIALCOLOR);
|rpGEOMETRYMODULATEMATERIALCOLOR
|rw::Geometry::HAS_TRIANGLES/* RW_DC specific */);
ASSERT(wavyGeometry != nil);