Compare commits

..

No commits in common. 'c1edfcc9697b2dec2035a11d13af4ff40b9a873e' and 'a4336e884c64693c4abf7c8f8aff8de72c0453bc' have entirely different histories.

  1. 2
      Day 6/main.cpp

@ -131,7 +131,7 @@ public:
bool OnUserUpdate(float fElapsedTime) override
{
static std::thread aocSolver(&AoC2023::doStuff2,this);
static std::thread aocSolver(&AoC2023::doStuff,this);
if(waitForRender){
draw();

Loading…
Cancel
Save