Totally refactored UILabel

This commit is contained in:
2023-03-05 23:42:15 -08:00
parent b9a6620902
commit 98eb09f288
16 changed files with 463 additions and 199 deletions

View File

@ -18,7 +18,7 @@ Camera::Camera(SceneItem *item) :
orthoBottom(0.0f),
orthoTop(1.0f),
clipNear(0.001f),
clipFar(50.0f)
clipFar(1000.0f)
{
}