update to latest Zig nightly

This commit is contained in:
Mitchell Hashimoto
2022-09-14 19:34:19 -07:00
parent f5319f1ca6
commit f3f2c3df26
5 changed files with 9 additions and 8 deletions

View File

@@ -979,8 +979,6 @@ fn mouseButtonCallback(
glfw_action: glfw.Action,
mods: glfw.Mods,
) void {
_ = mods;
const tracy = trace(@src());
defer tracy.end();