Skip to content

Commit

Permalink
Linter updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Dec 21, 2024
1 parent d0182a9 commit 5bb261d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions maps4fs/generator/i3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ def _update_i3d_file(self) -> None:

self.logger.debug("TerrainTransformGroup element updated in I3D file.")

# Find element: <Light name="sun"
# Change following values of it: lastShadowMapSplitBboxMin="-1024,-128,-1024" lastShadowMapSplitBboxMax="1024,148,1024"

sun_elem = map_elem.find(".//Light[@name='sun']")

if sun_elem is not None:
Expand Down

0 comments on commit 5bb261d

Please sign in to comment.