Fix picture vertex buffering bug

This commit is contained in:
2026-01-02 10:58:28 +00:00
parent 2c978b4de1
commit 119234af89
6 changed files with 67 additions and 62 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ data Verx = Verx
data Layer
= BloomLayer
| DebugLayer
| DebugLayer1
-- | DebugLayer1
| FixedCoordLayer
deriving (Eq, Ord, Enum, Bounded, Show, Read) --Generic, Flat)