mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-16 09:19:30 +00:00
TITANIC: Fix gcc warning
This commit is contained in:
parent
db7b757bac
commit
47d339509f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user