Remove screenshot functionality
It was only meant for debugging and brought with it unneeded platform dependant issues.
This commit is contained in:
parent
1ef6e04520
commit
f11cc182df
5 changed files with 1 additions and 50 deletions
|
@ -178,8 +178,6 @@ struct RGSSThreadData
|
|||
|
||||
std::string rgssErrorMsg;
|
||||
|
||||
volatile bool rqScreenshot;
|
||||
|
||||
RGSSThreadData(EventThread *ethread,
|
||||
const char *argv0,
|
||||
SDL_Window *window,
|
||||
|
@ -190,8 +188,7 @@ struct RGSSThreadData
|
|||
argv0(argv0),
|
||||
window(window),
|
||||
sizeResoRatio(1, 1),
|
||||
config(newconf),
|
||||
rqScreenshot(false)
|
||||
config(newconf)
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue