mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 22:21:32 -04:00
small fixup
This commit is contained in:
@@ -13,7 +13,7 @@ struct Rotation {
|
||||
mRot = other.mRot;
|
||||
}
|
||||
Rotation &operator=(const Rotation &other) {
|
||||
mRot = val;
|
||||
mRot = other.mRot;
|
||||
return *this;
|
||||
}
|
||||
Rotation &operator=(T val) {
|
||||
|
||||
Reference in New Issue
Block a user