undo asset load on non asset

This commit is contained in:
inspectredc
2024-04-07 00:42:22 +01:00
parent c720fe2653
commit e66b59854e
+1 -1
View File
@@ -626,6 +626,6 @@ bool func_80099254(Vec3f* objPos, Vec3f* colliderPos, Vec3f* objVel, CollisionHe
bool func_col1_800998FC(Vec3f* objPos, Vec3f* colliderPos, Vec3f* objVel, s32 colId, Vec3f* hitPosOut,
f32* hitAnglesOut) {
return func_80099254(objPos, colliderPos, objVel, LOAD_ASSET(&D_800D2B38[colId]), hitPosOut,
return func_80099254(objPos, colliderPos, objVel, SEGMENTED_TO_VIRTUAL(&D_800D2B38[colId]), hitPosOut,
hitAnglesOut);
}