Skip to content

Commit a1b3cc8

Browse files
committed
-
1 parent f3afe58 commit a1b3cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CarnageGame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ bool CarnageGame::StartScenario(const std::string& mapName)
337337
currBlock->mGroundType == eGroundType_Pawement ||
338338
currBlock->mGroundType == eGroundType_Road)
339339
{
340-
pos[currFindPosIter++] = Convert::MapUnitsToMeters(glm::ivec3(xBlock, zBlock, yBlock));
340+
pos[currFindPosIter++] = Convert::MapUnitsToMeters(glm::vec3(xBlock, zBlock, yBlock));
341341
break;
342342
}
343343
}

0 commit comments

Comments
 (0)