Made back the screenshot counter static
This commit is contained in:
parent
bc560ef8d5
commit
9a25db5e6b
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ void display::default_zoom()
|
|||
void display::screenshot()
|
||||
{
|
||||
std::string datadir = get_screenshot_dir();
|
||||
unsigned int counter = 0;
|
||||
static unsigned int counter = 0;
|
||||
std::string name;
|
||||
|
||||
do {
|
||||
|
|
Loading…
Add table
Reference in a new issue