整理代码

This commit is contained in:
MrZ626
2021-06-07 14:53:41 +08:00
parent a49d71f097
commit 53fb02b4db
6 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ function scene.sceneInit()
NET.wsclose_user()
NET.wsclose_play()
NET.wsclose_stream()
if SETTING then SFX.fplay("error",SETTING.voc*.8 or 0)end
if SETTING then SFX.fplay('error',SETTING.voc*.8 or 0)end
end
function scene.draw()