This commit is contained in:
2014-03-14 04:23:49 +01:00
parent 2d5ba34a1a
commit 829789d1ad
10 changed files with 139 additions and 64 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace Components
struct SoundEmitter : Component
{
float Gain;
//float MaxDistance;
float MaxDistance;
float ReferenceDistance;
float Pitch;
bool Loop;