typo!
This commit is contained in:
parent
8a1b5c82c5
commit
345942b3be
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ getImageViewHandles swapchain surfaceFormat logicalDevice = do
|
|||
snd <$> allocate
|
||||
(Vk.createImageView logicalDevice createInfo Nothing)
|
||||
(\imageView -> do
|
||||
print ("destrying image view" :: String)
|
||||
print ("destroying image view" :: String)
|
||||
Vk.destroyImageView logicalDevice imageView Nothing
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue