Skip to content

Commit

Permalink
[TEMP] Test exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
vabold committed Feb 5, 2024
1 parent 29b430d commit 09a2a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/test/TestDirector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bool TestDirector::init() {

bool TestDirector::calc() {
// Check if we're out of frames
constexpr u16 TARGET_FRAME = 1;
constexpr u16 TARGET_FRAME = 2;
assert(TARGET_FRAME <= m_frameCount);
if (++m_currentFrame > TARGET_FRAME) {
return false;
Expand Down

0 comments on commit 09a2a99

Please sign in to comment.