Skip to content

Commit

Permalink
Update ffmpeg to fix edge bleeding bug with PNGs
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Nov 10, 2024
1 parent f3ff99e commit 7fc6b7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dependency_executables/ffmpeg/windows/ffmpeg.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn main() !void {
};
defer zglfw.terminate();

const window = zglfw.Window.create(1600, 300, "Legacy Mod Converter v1.4 for CCCP release 6", null) catch {
const window = zglfw.Window.create(1600, 300, "Legacy Mod Converter v1.5 for CCCP release 6", null) catch {
std.log.err("Failed to create window.", .{});
return;
};
Expand Down

0 comments on commit 7fc6b7f

Please sign in to comment.