diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-26 00:16:10 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-26 00:16:10 +0100 |
| commit | 50273c040e605b6dbee3389c0c2adce2b8d85701 (patch) | |
| tree | 2fc25c2acbad8f03e7cf25f02dc2a3ac70e981ec /src/character.cpp | |
| parent | d4f254dc95a7e103e593f7f7af508de3f9137a10 (diff) | |
a
Diffstat (limited to 'src/character.cpp')
| -rw-r--r-- | src/character.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.cpp b/src/character.cpp index 5a021681..4812c1f6 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -133,7 +133,7 @@ Vector2 character::depth_offset() const { return {}; } Vector2 character::ordinal_offset(Vector2b offset) const { (void)offset; - return {}; + return Vector2(offset); } bool character::update(size_t i, float dt) |
