From df72c0ee7cc9193ccca6106b7528e5da08a799e1 Mon Sep 17 00:00:00 2001 From: patiga Date: Tue, 22 Sep 2020 14:50:04 +0200 Subject: [PATCH] set the correct variable --- src/game/editor/popups.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/editor/popups.cpp b/src/game/editor/popups.cpp index 7959939ca..e0fad22e8 100644 --- a/src/game/editor/popups.cpp +++ b/src/game/editor/popups.cpp @@ -737,7 +737,7 @@ int CEditor::PopupSource(CEditor *pEditor, CUIRect View, void *pContext) {"Pos. Env", pSource->m_PosEnv+1, PROPTYPE_ENVELOPE, 0, 0}, {"Pos. TO", pSource->m_PosEnvOffset, PROPTYPE_INT_SCROLL, -1000000, 1000000}, {"Sound Env", pSource->m_SoundEnv+1, PROPTYPE_ENVELOPE, 0, 0}, - {"Sound. TO", pSource->m_PosEnvOffset, PROPTYPE_INT_SCROLL, -1000000, 1000000}, + {"Sound. TO", pSource->m_SoundEnvOffset, PROPTYPE_INT_SCROLL, -1000000, 1000000}, {0}, };