GUI utilities

This commit is contained in:
devZoGok
2024-09-27 17:28:05 +03:00
parent 4c7bc739e8
commit acac13d2ad
4 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ namespace vb01Gui{
rectNode->attachMesh(rect);
guiNode->attachChild(rectNode);
if(separate){
if(separate && fontPath != ""){
text = new Text(fontPath, stringToWstring(name));
float sc = .2;