Fixed some variable shadowing warnings.
This commit is contained in:
@ -92,8 +92,7 @@ namespace PolyVox
|
||||
|
||||
float f(void) const
|
||||
{
|
||||
float f = gVal + hVal;
|
||||
return f;
|
||||
return gVal + hVal;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user