Skip to content

Commit

Permalink
Update ksApplication.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Aug 14, 2024
1 parent 47efa32 commit ff9bb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksf/ksApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace ksf
{
if (!comp->postInit(this))
return false;
comp->componentState = ksComponentState::Looping;
comp->componentState = ksComponentState::Active;
}
break;

Expand Down

0 comments on commit ff9bb29

Please sign in to comment.