zoom: fix MSVC warning

develop
lethosor 2017-08-07 15:06:00 -04:00
parent 1bf64ddfd8
commit 95aa5bbb47
1 changed files with 1 additions and 0 deletions

@ -77,5 +77,6 @@ command_result df_gzoom (color_ostream &out, std::vector<std::string> & paramete
Gui::setCursorCoords(x,y,z);
}
Gui::setViewCoords(x,y,z);
return CR_OK;
}