final case

This commit is contained in:
Lokathor 2018-11-23 14:55:14 -07:00
parent 1036b42f76
commit ca4118b482
6 changed files with 6 additions and 2 deletions

View file

@ -304,6 +304,7 @@ impl ObjectAttributes {
1 => ObjectOrientation::HFlip,
2 => ObjectOrientation::VFlip,
3 => ObjectOrientation::BothFlip,
_ => unimplemented!(),
}
}
}

View file

@ -421,6 +421,7 @@ impl ObjectAttributes {
1 => ObjectOrientation::HFlip,
2 => ObjectOrientation::VFlip,
3 => ObjectOrientation::BothFlip,
_ => unimplemented!(),
}
}
}

View file

@ -2230,6 +2230,7 @@ impl ObjectAttributes {
1 => ObjectOrientation::HFlip,
2 => ObjectOrientation::VFlip,
3 => ObjectOrientation::BothFlip,
_ => unimplemented!(),
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -408,6 +408,7 @@ impl ObjectAttributes {
1 => ObjectOrientation::HFlip,
2 => ObjectOrientation::VFlip,
3 => ObjectOrientation::BothFlip,
_ => unimplemented!(),
}
}
}