Skip to content

Commit

Permalink
chore: Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Jun 10, 2024
1 parent 97f9f91 commit e98e52c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Grass.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import * as THREE from 'three';
import type { ResourceTracker } from '../utils/ResourceTracker';
import { THEME_VALUE } from '../manager/ColorManager';
import { timeManager } from '../manager/TimeManager';
import { VISUAL_LOAD } from '../stores/settings';
import { GROUND_Y_OFFSET, RADIUS, SCALE_Z } from './Ground2';
import type { ResourceTracker } from '../utils/ResourceTracker';

function createRectanglePositions(
width: number,
Expand Down

0 comments on commit e98e52c

Please sign in to comment.