mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-23 05:12:05 +00:00
chore: remove unused code
This commit is contained in:
@@ -515,7 +515,6 @@ namespace BSP
|
|||||||
// one for each surface causes physics bugs, as the entire bounding box is considered solid instead of the surface itself (for some reason).
|
// one for each surface causes physics bugs, as the entire bounding box is considered solid instead of the surface itself (for some reason).
|
||||||
// so a partition is made for each triangle which removes the physics bugs but likely makes the game run slower
|
// so a partition is made for each triangle which removes the physics bugs but likely makes the game run slower
|
||||||
const auto indexOfFirstTri = surface.indexOfFirstIndex / 3;
|
const auto indexOfFirstTri = surface.indexOfFirstIndex / 3;
|
||||||
const auto indexOfFirstVertex = surface.indexOfFirstVertex;
|
|
||||||
for (auto triIdx = 0u; triIdx < surface.triCount; triIdx++)
|
for (auto triIdx = 0u; triIdx < surface.triCount; triIdx++)
|
||||||
{
|
{
|
||||||
CollisionPartition partition;
|
CollisionPartition partition;
|
||||||
|
|||||||
@@ -61,8 +61,6 @@ namespace
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string loadMapEnts() {}
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
namespace BSP
|
namespace BSP
|
||||||
|
|||||||
Reference in New Issue
Block a user