Skip to content

Commit 7fc6b7f

Browse files
committed
Update ffmpeg to fix edge bleeding bug with PNGs
1 parent f3ff99e commit 7fc6b7f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
18.8 MB
Binary file not shown.

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub fn main() !void {
2121
};
2222
defer zglfw.terminate();
2323

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

0 commit comments

Comments
 (0)