Skip to content

Commit

Permalink
音質の改善
Browse files Browse the repository at this point in the history
  • Loading branch information
sknjpn committed Oct 30, 2017
1 parent 217223f commit eb2cf0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Electric-Revolution/MachineInitLua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ void Machine::initLua()

auto a = audio(mainPath + CharacterSet::Widen(str));
a.stop();
a.setVolume(0.0);
a.play();
};
lua["addItem"] = [this](int x, int y, int id, int layer)
Expand Down

0 comments on commit eb2cf0e

Please sign in to comment.