Skip to content

Commit

Permalink
Fix compile error in dummy_video.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aginor committed Oct 12, 2015
1 parent e686200 commit 5890e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/dummy_video.cpp
Expand Up @@ -35,6 +35,6 @@ surface display_format_alpha(surface)

surface& get_video_surface()
{
return NULL;
return dummy_screen_surface;
}

0 comments on commit 5890e3c

Please sign in to comment.