16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00
This commit is contained in:
milek7
2017-10-31 20:25:17 +01:00
parent c62fca8b5a
commit 6d9e718a95
4 changed files with 8 additions and 7 deletions

View File

@@ -350,8 +350,6 @@ sound& sound::position(glm::vec3 p)
glm::vec3 sound::location()
{
if (mode == global)
throw std::runtime_error("sound: bad state, no position");
return pos;
}