Skip to content

Commit

Permalink
Update ksComponent.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Aug 14, 2024
1 parent 8c36914 commit 918d8b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ksf/ksComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ namespace ksf
/*!
Component is "working" (postInit is called on transition from Initialized).
*/
Looping,
Active,
/*!
Component is marked to be removed. It will be removed within the next
component update, which can occur in current or next application loop.
It depends on the order of components in the list.
*/
ToBeRemoved
ToRemove
};
}

Expand Down Expand Up @@ -79,4 +79,4 @@ namespace ksf
*/
virtual bool postInit(ksApplication* app);
};
}
}

0 comments on commit 918d8b0

Please sign in to comment.