mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-09 00:05:46 +00:00
Remove IMG_INIT errors
This commit is contained in:
@@ -215,12 +215,10 @@ namespace Tesses::Framework
|
|||||||
| IMG_INIT_JXL |IMG_INIT_AVIF
|
| IMG_INIT_JXL |IMG_INIT_AVIF
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
if(IMG_Init(
|
IMG_Init(
|
||||||
r
|
r
|
||||||
) != r)
|
);
|
||||||
{
|
|
||||||
std::cout << "IMG_Init: " << IMG_GetError() << std::endl;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user