From 324d7a4a759d355b365f64410a170da2ec5e9cc2 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 31 Aug 2021 19:30:09 -0700 Subject: [PATCH] Updated reference URL --- Texassemble/AnimatedGif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Texassemble/AnimatedGif.cpp b/Texassemble/AnimatedGif.cpp index 268f07a..63996cb 100644 --- a/Texassemble/AnimatedGif.cpp +++ b/Texassemble/AnimatedGif.cpp @@ -4,7 +4,7 @@ // Code for converting an animated GIF to a series of texture frames. // // References: -// https://code.msdn.microsoft.com/windowsapps/Windows-Imaging-Component-65abbc6a/ +// https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/Win7Samples/multimedia/wic/wicanimatedgif // http://www.imagemagick.org/Usage/anim_basics/#dispose // // Copyright (c) Microsoft Corporation.