mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
TETRAEDGE: Remove repeated value copy in assignment
This commit is contained in:
parent
ba1836aacf
commit
d093854bc4
@ -83,7 +83,6 @@ TeMaterial &TeMaterial::operator=(const TeMaterial &other) {
|
||||
_enableLights = other._enableLights;
|
||||
_shininess = other._shininess;
|
||||
_mode = other._mode;
|
||||
_enableLights = other._enableLights;
|
||||
_isShadowTexture = other._isShadowTexture;
|
||||
|
||||
return *this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user