Skip to content

Commit

Permalink
call gfx_end_frame from fast3dwindow
Browse files Browse the repository at this point in the history
  • Loading branch information
Archez committed Jan 9, 2025
1 parent 66ed4cd commit d035e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphic/Fast3D/Fast3dWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ void Fast3dWindow::StartFrame() {
}

void Fast3dWindow::EndFrame() {
gfx_end_frame();
}

bool Fast3dWindow::IsFrameReady() {
Expand Down

0 comments on commit d035e9c

Please sign in to comment.