commit 79c5f2d9ced6c8a6879dea7e643d5d769565021d
parent bb0715b33710583a962a8e0846cb568e2a335cac
Author: Adam M <aemalone@gmail.com>
Date: Sat, 23 Jan 2021 11:27:16 -0600
more obnoxious broken image gif
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/broken-file.gif b/res/broken-file.gif
Binary files differ.
diff --git a/src/ComputerscareBlank.cpp b/src/ComputerscareBlank.cpp
@@ -782,7 +782,7 @@ struct PNGDisplay : TransparentWidget {
DEBUG("path: %s, modulePath:%s", path.c_str(), modulePath.c_str());
gifBuddy = AnimatedGifBuddy(args.vg, modulePath.c_str());
if (gifBuddy.getImageStatus() == 3) {
- std::string badGifPath = asset::plugin(pluginInstance, "res/bad-gif.gif");
+ std::string badGifPath = asset::plugin(pluginInstance, "res/broken-file.gif");
gifBuddy = AnimatedGifBuddy(args.vg, badGifPath.c_str());
}
img = gifBuddy.getHandle();