From 01375140dd3f0f5acdf7750a76161c43a59f3261 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 19 Jul 2025 21:09:55 -0500 Subject: [PATCH] Remove IMG_INIT errors --- src/TF_Init.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/TF_Init.cpp b/src/TF_Init.cpp index f7c5aca..a49a105 100644 --- a/src/TF_Init.cpp +++ b/src/TF_Init.cpp @@ -215,12 +215,10 @@ namespace Tesses::Framework | IMG_INIT_JXL |IMG_INIT_AVIF #endif ; - if(IMG_Init( + IMG_Init( r - ) != r) - { - std::cout << "IMG_Init: " << IMG_GetError() << std::endl; - } + ); + #endif