Skip to content

Commit 4280ba1

Browse files
committed
formatting 2: the final edition
1 parent 86413fe commit 4280ba1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Managers/AudioMan.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,6 @@ FMOD_RESULT AudioMan::SetMusicMuffledState(bool musicMuffledState) {
10271027
return status;
10281028
}
10291029

1030-
10311030
FMOD_VECTOR AudioMan::GetAsFMODVector(const Vector& vector, float zValue) const {
10321031
Vector sceneDimensions = g_SceneMan.GetScene() ? g_SceneMan.GetSceneDim() : Vector();
10331032
return sceneDimensions.IsZero() ? FMOD_VECTOR{0, 0, zValue} : FMOD_VECTOR{vector.m_X, sceneDimensions.m_Y - vector.m_Y, zValue};

0 commit comments

Comments
 (0)