fix comment

This commit is contained in:
Maximilian Seidler 2024-12-28 16:41:32 +01:00
parent 59ebbd8e25
commit 803f3b21a8

View file

@ -39,7 +39,7 @@ namespace Hyprutils {
void connectToActive();
void disconnectFromActive();
/* Needs to call disconnectFromActive to remove `this` from the active animations */
/* Needs to call disconnectFromActive to remove `m_pSelf` from the active animation list */
virtual ~CBaseAnimatedVariable() {
disconnectFromActive();
};