diff options
Diffstat (limited to 'games/xptools/files/patch-DEMIO.cpp')
-rw-r--r-- | games/xptools/files/patch-DEMIO.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xptools/files/patch-DEMIO.cpp b/games/xptools/files/patch-DEMIO.cpp deleted file mode 100644 index 6a55fc3581c8..000000000000 --- a/games/xptools/files/patch-DEMIO.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/XESCore/DEMIO.cpp.orig 2018-07-04 19:58:36 UTC -+++ src/XESCore/DEMIO.cpp -@@ -1715,7 +1715,7 @@ bool WriteNormalWithHeight(const string& - } - - printf("Saving: %s\n", out_file.c_str()); -- if(WriteBitmapToPNG(&image, out_file.c_str(), NULL, NULL, 2.2f)) -+ if(WriteBitmapToPNG(&image, out_file.c_str(), NULL, 0, 2.2f)) - { - DestroyBitmap(&image); - return false; |