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