correct wrong output

This commit is contained in:
nek0 2020-12-23 16:17:25 +01:00
parent 2f03adc8f4
commit 99f37fc6b2
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ instance Scene Test where
write ib 0 (VS.map fromIntegral indices)
logIO Debug ("Written " <> fromString (show $ VS.length vertices) <> " indices")
logIO Debug ("Written " <> fromString (show $ VS.length indices) <> " indices")
logIO Debug "Wrote buffers"