Fix compilation errors on CI

This commit is contained in:
Wojtek Figat
2021-02-24 00:21:02 +01:00
parent 706c4bd677
commit 4cc7ec0461
4 changed files with 12 additions and 8 deletions

View File

@@ -16,7 +16,6 @@
#define STBI_REALLOC_SIZED(p, oldsz, newsz) AllocatorExt::Realloc(p, oldsz, newsz)
#define STBI_FREE(p) Allocator::Free(p)
#define STBI_WRITE_NO_STDIO
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <ThirdParty/stb/stb_image_write.h>