mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
eepp: Added QOI image format support (inherited from SOIL2).
ecode: Fixed a crash while unloading documents that were still loading. Fixed an incorrect un-initialization of the thread pool when consumed by the UISceneNode.
This commit is contained in:
@@ -61,7 +61,8 @@ class EE_API Image {
|
||||
SAVE_TYPE_BMP = 1,
|
||||
SAVE_TYPE_PNG = 2,
|
||||
SAVE_TYPE_DDS = 3,
|
||||
SAVE_TYPE_JPG = 4
|
||||
SAVE_TYPE_JPG = 4,
|
||||
SAVE_TYPE_QOI = 5
|
||||
};
|
||||
|
||||
class FormatConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user