Skip to content

Commit

Permalink
fix: black_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Jul 12, 2023
1 parent 698c2c9 commit 6333a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/flipchess_scene_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ void flipchess_scene_1_enter(void* context) {
FlipChessScene1Model * model,
{
const int status =
flipchess_scene_1_model_init(model, app->white_mode, app->white_mode);
flipchess_scene_1_model_init(model, app->white_mode, app->black_mode);

// nonzero status
if(status == FlipChessStatusSuccess) {
Expand Down

0 comments on commit 6333a36

Please sign in to comment.