Skip to content

Commit

Permalink
TITANIC: Fix gcc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Apr 6, 2017
1 parent db7b757 commit 47d3395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/star_control/fpose.cpp
Expand Up @@ -32,7 +32,7 @@ FPose::FPose(Axis axis, float amount) {
setRotationMatrix(axis, amount);
}

FPose::FPose(const FPose &src) {
FPose::FPose(const FPose &src) : FMatrix() {
copyFrom(src);
}

Expand Down

0 comments on commit 47d3395

Please sign in to comment.