Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rjct committed Nov 3, 2023
1 parent 1b2798e commit 59aede2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/map/units/Unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export const UnitComponent = React.memo(function UnitComponent(props: {

if (!isUnitVisible) return null;

const isIsometric = gameState.debug.featureEnabled.buildingBoxes || isEditing;

return (
<div
data-rotation={props.unit.rotation.deg}
Expand Down

0 comments on commit 59aede2

Please sign in to comment.