Big f***ing cleanup part 1
This commit is contained in:
@@ -173,7 +173,7 @@ int main()
|
||||
window.CopyToImage(&screenshot);
|
||||
|
||||
static unsigned int counter = 1;
|
||||
screenshot.SaveToFile("screenshot_" + Nz::String::Number(counter++) + ".png");
|
||||
screenshot.SaveToFile("screenshot_" + std::to_string(counter++) + ".png");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user