mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Fix mixed indentation
The editors I use replace tabs with spaces, so I never really thought about mixed indentation happening. Whoops.
This commit is contained in:
@@ -287,7 +287,7 @@ public:
|
||||
|
||||
std::map<int, int> font_positions;
|
||||
|
||||
SDL_Surface* ghostbuffer;
|
||||
SDL_Surface* ghostbuffer;
|
||||
};
|
||||
|
||||
extern Graphics graphics;
|
||||
|
||||
Reference in New Issue
Block a user