(svn r18546) -Codechange: make making the screenshot not asynchronious; just do it at the moment it's requested.
This commit is contained in:
@@ -1236,8 +1236,7 @@ DEF_CONSOLE_CMD(ConScreenShot)
|
||||
}
|
||||
}
|
||||
|
||||
RequestScreenshot(type, name);
|
||||
|
||||
MakeScreenshot(type, name);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user