Client: btnCancel in vgui_buypages.qc should not have been a CSBuyItemButton, oops.

This commit is contained in:
Marco Cawthorne 2023-04-18 19:32:45 -07:00
parent ca17bdd697
commit 1c3d2656d3
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ VGUI_BuyMenu_Page(int buyPage)
btnBuyItem9.SetKeyEquivalent("9");
btnBuyItem9.SetFunc(VGUI_BuyMenu_Pistols_Cancel);
btnCancel = spawn(CSBuyItemButton);
btnCancel = spawn(VGUIButton);
btnCancel.SetTitle(Titles_GetTextBody("Menu_Cancel"));
btnCancel.SetPos('40 368');
btnCancel.SetSize('124 24');