1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix Squish SSE misconfiguration

This commit is contained in:
elasota
2018-08-21 22:21:56 -04:00
parent 0e6551d8e2
commit 04410346bb
2 changed files with 20 additions and 6 deletions

View File

@@ -32,12 +32,6 @@
#include "print_string.h"
#if defined(__SSE2__)
#define SQUISH_USE_SSE 2
#elif defined(__SSE__)
#define SQUISH_USE_SSE 1
#endif
#include <squish.h>
void image_decompress_squish(Image *p_image) {