mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-25 08:02:04 -04:00
Merge branch 'main' into 26-02-27-allocator-isolation
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ void dTres_c::setPosition(int dataNo, u8 listIdx, Vec const* i_pos, int i_roomNo
|
||||
|
||||
for (int i = getTypeGroupNumber(listIdx); i > 0; i--) {
|
||||
if (dataNo == groupData->getNo()) {
|
||||
Vec pos;
|
||||
BE(Vec) pos;
|
||||
pos.x = i_pos->x;
|
||||
pos.y = i_pos->y;
|
||||
pos.z = i_pos->z;
|
||||
|
||||
Reference in New Issue
Block a user