This has been bothering me for a long time now. Comment out unused variable. Is anything ever going to be done here?
This commit is contained in:
@@ -493,7 +493,7 @@ void RageDisplay::EnterPerspective(float fov, bool preserve_loc, float near_clip
|
|||||||
|
|
||||||
if( preserve_loc )
|
if( preserve_loc )
|
||||||
{
|
{
|
||||||
RageMatrix matTop = *g_ModelViewStack.GetTop();
|
//RageMatrix matTop = *g_ModelViewStack.GetTop();
|
||||||
/* TODO: Come up with a more general way to handle this.
|
/* TODO: Come up with a more general way to handle this.
|
||||||
* It looks kind of hacky. -Chris */
|
* It looks kind of hacky. -Chris */
|
||||||
// {
|
// {
|
||||||
|
|||||||
Reference in New Issue
Block a user