diff options
| author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2026-08-26 21:37:56 +0100 |
|---|---|---|
| committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2026-08-26 21:37:56 +0100 |
| commit | e8b5398d8f9a2d4fa9ed339fec774badc270979f (patch) | |
| tree | 2e4607262e7887cdb37003568d846503b35f9cc8 /ShedCalc/RenderModel.swift | |
| parent | 91d0042017e6c46f2c9f5d42d438836efa6d53e4 (diff) | |
| download | ShedCalc-e8b5398d8f9a2d4fa9ed339fec774badc270979f.tar.gz ShedCalc-e8b5398d8f9a2d4fa9ed339fec774badc270979f.zip | |
All views seem to work ok
Diffstat (limited to 'ShedCalc/RenderModel.swift')
| -rw-r--r-- | ShedCalc/RenderModel.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShedCalc/RenderModel.swift b/ShedCalc/RenderModel.swift index 86c5a1d..7a74d6e 100644 --- a/ShedCalc/RenderModel.swift +++ b/ShedCalc/RenderModel.swift @@ -9,8 +9,8 @@ import Combine class RenderModel: ObservableObject { // Scene rotation - @Published var rotationX: Float = 0.4 - @Published var rotationY: Float = 0.6 + @Published var rotationX: Double = 0.4 + @Published var rotationY: Double = 0.6 func reset() { rotationX = 0.4 |
