diff options
| author | TakaRikka <takarikka@outlook.com> | 2022-06-01 04:23:39 -0700 |
|---|---|---|
| committer | TakaRikka <takarikka@outlook.com> | 2022-06-01 04:23:39 -0700 |
| commit | 32cea78625839c5285a5f22eec6e7bbeef005c3c (patch) | |
| tree | 6171308ac96c3cbb1917c43167ac09dc86135df1 /include/JSystem/J2DGraph | |
| parent | 3f22fa448376893fffd83815ecd4cdccb197f1a4 (diff) | |
format
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DAnimation.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/JSystem/J2DGraph/J2DAnimation.h b/include/JSystem/J2DGraph/J2DAnimation.h index 3a99422819..5974961dac 100644 --- a/include/JSystem/J2DGraph/J2DAnimation.h +++ b/include/JSystem/J2DGraph/J2DAnimation.h @@ -11,13 +11,13 @@ class J2DScreen; enum J2DAnmKind { - KIND_TRANSFORM = 0, - KIND_COLOR = 1, + KIND_TRANSFORM = 0, + KIND_COLOR = 1, KIND_TEX_PATTERN = 2, KIND_TEXTURE_SRT = 4, - KIND_TEV_REG = 5, - KIND_VISIBILITY = 6, - KIND_VTX_COLOR = 7 + KIND_TEV_REG = 5, + KIND_VISIBILITY = 6, + KIND_VTX_COLOR = 7 }; class J2DAnmBase { |
