Renderer is now more standalone and doesn't try to protect against small maps, that's the GUI's job.
This commit is contained in:
parent
19b8bf1850
commit
15a302d133
11 changed files with 65 additions and 90 deletions
|
@ -33,7 +33,7 @@ struct Panel {
|
|||
std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> $converter;
|
||||
std::wstring $screenout;
|
||||
|
||||
Panel(int width, int height, int x, int y, bool is_grid=false) :
|
||||
Panel(int x, int y, int width, int height, bool is_grid=false) :
|
||||
x(x),
|
||||
y(y),
|
||||
width(width),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue