Skip to content

Commit

Permalink
initialize quit_frame (#1940)
Browse files Browse the repository at this point in the history
initialize quit_frame and avoid a VSCode assertion in debug
  • Loading branch information
bradgrantham-lunarg authored Jan 3, 2025
1 parent 599920e commit acc5f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/replay/desktop_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ int main(int argc, const char** argv)
uint32_t end_frame = 0;

bool quit_after_frame = false;
uint32_t quit_frame;
uint32_t quit_frame = std::numeric_limits<uint32_t>::max();

bool has_mfr = false;
bool quit_after_measurement_frame_range = false;
Expand Down

0 comments on commit acc5f4d

Please sign in to comment.