Remove IMG_INIT errors

This commit is contained in:
2025-07-19 21:09:55 -05:00
parent a1eff24436
commit 01375140dd

View File

@@ -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