mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 01:21:34 +11:00
correct spelling
This commit is contained in:
parent
06210591e9
commit
f3c89cea9c
|
@ -15,9 +15,9 @@ pub struct ObjectStandard {
|
||||||
|
|
||||||
pub enum Mode {
|
pub enum Mode {
|
||||||
Normal = 0,
|
Normal = 0,
|
||||||
Affline = 1,
|
Affine = 1,
|
||||||
Hidden = 2,
|
Hidden = 2,
|
||||||
AfflineDouble = 3,
|
AffineDouble = 3,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ObjectStandard {
|
impl ObjectStandard {
|
||||||
|
|
Loading…
Reference in a new issue