mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-06 19:01:04 +03:00
Add a way to draw the skeleton for debugging purposes
This commit is contained in:
parent
a586f13af8
commit
d9e3cc2188
4 changed files with 13 additions and 8 deletions
|
@ -1380,6 +1380,12 @@ void R_Register( void )
|
|||
ri.Cmd_AddCommand( "screenshot", R_ScreenShot_f );
|
||||
ri.Cmd_AddCommand( "screenshotJPEG", R_ScreenShotJPEG_f );
|
||||
ri.Cmd_AddCommand( "gfxinfo", GfxInfo_f );
|
||||
|
||||
//
|
||||
// Added in OPM
|
||||
//
|
||||
|
||||
r_showSkeleton = ri.Cvar_Get("r_showSkeleton", "0", CVAR_CHEAT);
|
||||
}
|
||||
|
||||
void R_InitExtensions() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue