Skip to content

Commit

Permalink
fix #132
Browse files Browse the repository at this point in the history
  • Loading branch information
misterhat committed Mar 2, 2024
1 parent 5a26edf commit a374c75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game-model.c
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,10 @@ void game_model_gl_buffer_arrays(GameModel *game_model, int *vertex_offset,
fill_front = COLOUR_TRANSPARENT;
}

if (fill_back == -2) {
fill_back = COLOUR_TRANSPARENT;
}

gl_face_fill face_fill_front = {0};
game_model_gl_decode_face_fill(fill_front, &face_fill_front);

Expand Down

0 comments on commit a374c75

Please sign in to comment.