Skip to content

Commit

Permalink
Removed trigger collider comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
afritz1 committed Jan 1, 2025
1 parent 7c9e643 commit a6d331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenTESArena/src/Collision/CollisionChunkManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void CollisionChunkManager::populateChunk(int index, double ceilingScale, const

const VoxelChunk::VoxelTraitsDefID voxelTraitsDefID = voxelChunk.getTraitsDefID(x, y, z);
const VoxelTraitsDefinition &voxelTraitsDef = voxelChunk.getTraitsDef(voxelTraitsDefID);
const bool voxelHasCollision = voxelTraitsDef.hasCollision(); // @todo: lore/sound triggers aren't included in this
const bool voxelHasCollision = voxelTraitsDef.hasCollision();
collisionChunk.enabledColliders.set(x, y, z, voxelHasCollision);

VoxelChunk::TriggerDefID triggerDefID;
Expand Down

0 comments on commit a6d331f

Please sign in to comment.