Trying to fix error

This commit is contained in:
Rafael Vargas
2023-02-21 19:35:09 -03:00
parent 47cb9ec8f5
commit 97996a1647
3 changed files with 13 additions and 3 deletions

View File

@@ -50,7 +50,8 @@ class VulkanInitializer:
raise VulkanError(message='Failed to load some Cog')
except VulkanError as e:
print(f'[Error Loading Vulkan] -> {e.message}')
print(f'[Error Loading Vulkan]')
print(e)
def __getTotalCogs(self) -> int:
quant = 0