mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
Comment out unused variable. This one looks like we could potentially need it again someday, so I'll not delete it.
This commit is contained in:
parent
8184ba89d4
commit
abfecbecfa
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ static void OnTest( GtkWidget *widget, gpointer data ){
|
|||
Sys_FPrintf( SYS_WRN, "Expected single face selection\n" );
|
||||
return;
|
||||
}
|
||||
brush_t *b = reinterpret_cast<brush_t*>( g_ptrSelectedFaceBrushes.GetAt( 0 ) );
|
||||
//brush_t *b = reinterpret_cast<brush_t*>( g_ptrSelectedFaceBrushes.GetAt( 0 ) );
|
||||
face_t *selFace = reinterpret_cast<face_t*>( g_ptrSelectedFaces.GetAt( 0 ) );
|
||||
// get the ST axis base for the face
|
||||
vec3_t texS,texT;
|
||||
|
|
Loading…
Reference in a new issue