Menu-VGUI: fix modelviewer background path.
This commit is contained in:
parent
74bc920c60
commit
b0548e6390
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue