summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index d1be4a1..0064b48 100644
--- a/src/main.c
+++ b/src/main.c
@@ -65,15 +65,11 @@ int main( int argn, const char **argc ) {
if ( WindowShouldClose() ) {
state->run = false;
}
- if ( IsAudioDeviceReady() ) {
- UpdateMusicStream( state->music );
- }
luaCallProcess();
luaCallDraw();
}
luaCallExit();
}
-
stateFree();
return 1;