diff options
Diffstat (limited to 'src/graphic/graphic.cpp')
-rw-r--r-- | src/graphic/graphic.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index 6a870d2e..2635a194 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -554,5 +554,4 @@ void GraphicEngine::refresh() { "[%i fps] %i,%i", fps, mouse_x/32+camera_x, mouse_y/32+camera_y); blit(buffer, screen, 0, 0, 0, 0, SCREEN_W, SCREEN_H); - -}
\ No newline at end of file +} |