Fix console size
This commit is contained in:
parent
16014d3f37
commit
583cfb5f71
|
|
@ -147,10 +147,7 @@ namespace Ndk
|
|||
|
||||
Nz::Vector2ui windowDimensions;
|
||||
if (info.window->IsValid())
|
||||
{
|
||||
windowDimensions = info.window->GetSize();
|
||||
windowDimensions.y /= 4;
|
||||
}
|
||||
else
|
||||
windowDimensions.MakeZero();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue