Skip to content

Commit

Permalink
Fix Kode#822
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Jul 20, 2024
1 parent 358c7b9 commit a92527e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ void kinc_g4_begin(int window) {

bool resized = windows[window].resized;
if (resized) {
kinc_g5_command_list_wait_for_execution_to_finish(&commandList);
for (int i = 0; i < bufferCount; ++i) {
kinc_g5_render_target_destroy(&windows[current_window].framebuffers[i]);
}
Expand Down

0 comments on commit a92527e

Please sign in to comment.