From dddf1b58816c5067da33fd6f3816d9034012fb21 Mon Sep 17 00:00:00 2001 From: kotofyt Date: Mon, 14 Jul 2025 21:56:33 +0300 Subject: [PATCH] removed test --- game/client/milmoba/player.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/game/client/milmoba/player.cpp b/game/client/milmoba/player.cpp index 648c1c2..2460473 100644 --- a/game/client/milmoba/player.cpp +++ b/game/client/milmoba/player.cpp @@ -24,19 +24,9 @@ public: void C_MOBAPlayer::Precache() { } -CFGUI_Rect *pRect = new CFGUI_Rect(); -CFGUI_Label *pText = new CFGUI_Label(); + void C_MOBAPlayer::Spawn() { - pRect->SetPosition(0, 0); - pRect->SetSize(200, 200); - pRect->SetBoxColor(0, 1, 0, 1); - - pText->SetFont("fonts/IBMPlexMono-Regular"); - pText->SetPosition(0, 0); - pText->SetLabelSize(15); - pText->SetLabel("Hello world!"); - float cubeVertices[] = { // Front face -0.1f, -0.1f, 0.1f, 0, 0,