From c2d27c84348631278087ad2779f6ffc3e4b2765d Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 11 Jan 2024 15:47:45 +0100 Subject: [PATCH] fixing compilation error --- src/core/graphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/graphics.h b/src/core/graphics.h index dc0d88c..a2c18e7 100644 --- a/src/core/graphics.h +++ b/src/core/graphics.h @@ -6,7 +6,7 @@ /* By: maldavid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/04/02 14:49:49 by maldavid #+# #+# */ -/* Updated: 2024/01/11 05:25:51 by maldavid ### ########.fr */ +/* Updated: 2024/01/11 15:47:05 by maldavid ### ########.fr */ /* */ /* ************************************************************************** */ @@ -57,7 +57,7 @@ namespace mlx ~GraphicsSupport(); private: - Texture _pixel_put_texture; + PixelPutPipeline _pixel_put_pipeline; std::vector _drawlist;