Skip to content

Commit

Permalink
Merge branch 'admin'
Browse files Browse the repository at this point in the history
  • Loading branch information
t3kt committed Dec 26, 2014
2 parents 61a8a41 + 260643a commit 4f76dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/LogicController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ bool LogicController::notifyTryEndRound() {
EndRoundEventArgs e;
ofNotifyEvent(tryEndRoundEvent, e);
logEvent("TryEndRound", e);
return e.handled();
}
void LogicController::notifyModifierAppeared(RoundState& state, Modifier* modifier, Brick* spawnerBrick) {
ModifierEventArgs e(state, modifier, spawnerBrick);
Expand Down

0 comments on commit 4f76dbb

Please sign in to comment.