From 49085bcb45caaedf98824ce31360215ea16fc34a Mon Sep 17 00:00:00 2001 From: Aaron Ruby Date: Wed, 17 Sep 2025 13:25:07 -0400 Subject: cube.cpp: Fix QNX platform code --- cube/cube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cube') diff --git a/cube/cube.cpp b/cube/cube.cpp index ef43a4b7..fd48810a 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -3791,7 +3791,7 @@ void Demo::run() { if (pause || !initialized || !swapchain_ready) { } else { - update_data_buffer(); + update_data_buffer(submission_resources[current_submission_index].uniform_memory_ptr); draw(); if (!is_minimized) { curFrame++; -- cgit v1.2.3