Consistent build
This commit is contained in:
@@ -101,7 +101,7 @@ errorret_t displayUpdateDolphin(void) {
|
||||
|
||||
errorret_t displaySetStateDolphin(displaystate_t state) {
|
||||
if(state.flags & DISPLAY_STATE_FLAG_CULL) {
|
||||
GX_SetCullMode(GX_CULL_BACK);
|
||||
GX_SetCullMode(GX_CULL_FRONT);
|
||||
} else {
|
||||
GX_SetCullMode(GX_CULL_NONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user