Menu-VGUI: fix modelviewer background path.

This commit is contained in:
Marco Cawthorne 2024-09-06 09:27:46 -07:00
parent 74bc920c60
commit b0548e6390
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -253,7 +253,7 @@ void UI_ModelViewer_Show ( void )
winViewer.CallOnResize( UI_ModelViewer_Resize );
picBackground = spawn( CUIPic );
picBackground.SetImage( "textures/dev/black" );
picBackground.SetImage( "gfx/background" );
picBackground.SetPos( [ 6, 32 ] );
viewModel = spawn( CUI3DView );