Fix console size

This commit is contained in:
Jérôme Leclercq 2018-04-12 13:40:03 +02:00
parent 16014d3f37
commit 583cfb5f71
1 changed files with 0 additions and 3 deletions

View File

@ -147,10 +147,7 @@ namespace Ndk
Nz::Vector2ui windowDimensions;
if (info.window->IsValid())
{
windowDimensions = info.window->GetSize();
windowDimensions.y /= 4;
}
else
windowDimensions.MakeZero();