Remove record

This commit is contained in:
2025-06-07 19:21:49 +01:00
parent faa3c4cde4
commit ba9e9278c4
2 changed files with 1 additions and 4 deletions
-2
View File
@@ -5,7 +5,6 @@
module Dodge.Data.Flame where
import Color
import Control.Lens
import Data.Aeson
import Data.Aeson.TH
@@ -13,7 +12,6 @@ import Geometry.Data
data Flame = Flame
{ _flVel :: Point2
, _flColor :: Color
, _flPos :: Point2
, _flWidth :: Float
, _flTimer :: Int