correct wrong output
This commit is contained in:
parent
2f03adc8f4
commit
99f37fc6b2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue