mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
fix indent
This commit is contained in:
parent
10cd3c19ec
commit
518978058e
@ -33,7 +33,7 @@ using namespace SDL2pp;
|
||||
|
||||
int main(int, char*[]) try {
|
||||
SDL sdl(SDL_INIT_AUDIO);
|
||||
Mixer mixer(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 4096);
|
||||
Mixer mixer(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 4096);
|
||||
SDLMixer mixerlib(MIX_INIT_OGG);
|
||||
|
||||
Music music(TESTDATA_DIR "/test.ogg");
|
||||
|
Loading…
x
Reference in New Issue
Block a user