fixing spaces in indentaions

This commit is contained in:
Kbz-8
2023-11-20 07:28:03 +01:00
parent 35f5f41258
commit 9fdb514541
13 changed files with 3010 additions and 3036 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/02 15:13:55 by maldavid #+# #+# */
/* Updated: 2023/11/14 06:59:12 by maldavid ### ########.fr */
/* Updated: 2023/11/20 07:18:35 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -73,7 +73,7 @@ namespace mlx
GraphicsSupport::~GraphicsSupport()
{
vkDeviceWaitIdle(Render_Core::get().getDevice().get());
vkDeviceWaitIdle(Render_Core::get().getDevice().get());
_pixel_put_pipeline.destroy();
_text_put_pipeline->destroy();
_renderer->destroy();