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