mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
fix linker error
This commit is contained in:
parent
910c8330c5
commit
f0d2108b9d
1 changed files with 0 additions and 1 deletions
|
@ -268,7 +268,6 @@ Vector byteToDir(std::int32_t b) {
|
|||
if (b < 0 || b >= BYTE_TO_DIRS.size()) {
|
||||
return {};
|
||||
}
|
||||
|
||||
return BYTE_TO_DIRS[b];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue