Skip to content

Commit

Permalink
Minor build fix. No other changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Mar 29, 2017
1 parent 172bc89 commit e0fd9ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PixVoxelAssets/PixVoxelAssets/AboveFacesDithered.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,8 @@ public static void WriteAllGIFs()
Console.WriteLine("Running alien weapon " + w + " GIF conversion for Super " + u + "...");
WriteGIF(imageNames, 11, "gifs/" + altFolder + u + "_attack_" + w + "_alien_Huge_animated");
}
});
//});
}
}
}

Expand Down

0 comments on commit e0fd9ae

Please sign in to comment.