Skip to content

Commit

Permalink
fix detect
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed May 23, 2018
1 parent 6246962 commit 4ff8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gframe/drawing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ void Game::DrawMisc() {
}
}
if(!dInfo.isReplay && dInfo.player_type < 7 && dInfo.time_limit) {
if(imageManager.tClock != NULL) {
if(imageManager.tClock) {
driver->draw2DImage(imageManager.tClock, ResizeCardMid(472, 32, 490, 50, 490, 41), recti(0, 0, 128, 128), 0, 0, true);
driver->draw2DImage(imageManager.tClock, ResizeCardMid(800, 32, 818, 50, 818, 41), recti(0, 0, 128, 128), 0, 0, true);
}
Expand Down

0 comments on commit 4ff8240

Please sign in to comment.