WIP Camera Control

This commit is contained in:
Tobias Dahl
2014-03-10 01:51:00 +01:00
parent da62ed5ac6
commit cb16ecb5d6
5 changed files with 93 additions and 6 deletions
-1
View File
@@ -28,7 +28,6 @@ void Systems::SoundSystem::UpdateEntity(double dt, EntityID entity, EntityID par
if(soundEmitter == nullptr)
return;
}
void Systems::SoundSystem::PlaySound(std::shared_ptr<Components::SoundEmitter> emitter, std::string fileName)