We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34471e0 commit d90fa90Copy full SHA for d90fa90
ogsr_engine/xr_3da/Rain.cpp
@@ -167,7 +167,8 @@ void CEffect_Rain::OnFrame()
167
return;
168
}
169
snd_Ambient.play(nullptr, sm_Looped | sm_2D);
170
- snd_Ambient.set_position(Fvector().set(0, 0, 0));
+ if (snd_Ambient._feedback()) //Simp: в редких случаях такое случается
171
+ snd_Ambient.set_position({});
172
snd_Ambient.set_range(source_offset, source_offset * 2.f);
173
state = stWorking;
174
break;
0 commit comments