~ set resolution to the shared memory values

This commit is contained in:
Julian Hinxlage 2019-11-26 15:49:51 +01:00
parent c3f6862e16
commit d531266b27
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ int main() {
std::string currentText;
/*************************set back to shared memory(only for test)********************************************/
int windowWidth = 40;
int windowHeight = 15;
int windowWidth = vkvm::getWidth();
int windowHeight = vkvm::getHeight();
vkvm::setWidth(windowWidth);
vkvm::setHeight(windowHeight);