fix stupid error in anim styles

This commit is contained in:
vaxerski 2022-06-01 20:51:21 +02:00
parent d2451aea4b
commit 0f28d2ae55

View file

@ -57,7 +57,7 @@ void CWorkspace::startAnim(bool in, bool left, bool instant) {
m_fAlpha.setValueAndWarp(255.f);
m_fAlpha = 0.f;
}
} else if ("slidevert") {
} else if (ANIMSTYLE == "slidevert") {
// fallback is slide
const auto PMONITOR = g_pCompositor->getMonitorFromID(m_iMonitorID);