Skip to content

Commit

Permalink
BLADERUNNER: Typo in SetEffects::setFadeColor (CID 1364307)
Browse files Browse the repository at this point in the history
  • Loading branch information
madmoose committed Oct 24, 2016
1 parent 94b1528 commit d93847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/bladerunner/set_effects.cpp
Expand Up @@ -95,7 +95,7 @@ void SetEffects::setupFrame(int frame) {

void SetEffects::setFadeColor(float r, float g, float b) {
_fadeColor.r = r;
_fadeColor.r = g;
_fadeColor.g = g;
_fadeColor.b = b;
}

Expand Down

0 comments on commit d93847b

Please sign in to comment.