mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 14:19:12 +00:00
CCubeRenderer: Start getting world rendering implemented
This commit is contained in:
@@ -476,7 +476,8 @@ enum TevStageID {
|
||||
TEVSTAGE13,
|
||||
TEVSTAGE14,
|
||||
TEVSTAGE15,
|
||||
MAX_TEVSTAGE
|
||||
MAX_TEVSTAGE,
|
||||
NULL_STAGE = -1,
|
||||
};
|
||||
|
||||
enum IndTexFormat {
|
||||
|
||||
Reference in New Issue
Block a user