Skip to content

Commit

Permalink
Make paint build again
Browse files Browse the repository at this point in the history
  • Loading branch information
SolraBizna committed Mar 7, 2016
1 parent 6339893 commit ecffa33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/paint.cc
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,8 @@ int teg_main(int argc, char* argv[]) {
Font font(font_path);
display = new SDLSoft_Display(font, "Paint from TTTPClient "
TTTP_CLIENT_VERSION,
display_mode == DisplayMode::ACCELERATED);
display_mode == DisplayMode::ACCELERATED,
0);
SDL_RendererInfo info;
SDL_version vers;
SDL_GetRendererInfo(display->GetRenderer(), &info);
Expand Down

0 comments on commit ecffa33

Please sign in to comment.