Fix console size
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user