Not needed for embedded data

Not needed for embedded data, accidentally left in when doing unembedded data tests
This commit is contained in:
xhp-creations 2017-01-04 13:58:28 -05:00 committed by GitHub
parent e220d86a70
commit e6dc8032c9
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ Application::Application()
controller[3] = new WPadController(GuiTrigger::CHANNEL_4);
controller[4] = new WPadController(GuiTrigger::CHANNEL_5);
//! load resources
Resources::LoadFiles("fs:/vol/content");
//! create bgMusic
bgMusic = new GuiSound(Resources::GetFile("bgMusic.ogg"), Resources::GetFileSize("bgMusic.ogg"));
bgMusic->SetLoop(true);