Skip to content

Commit

Permalink
Update vdp2_display.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rtoumazet committed Nov 28, 2024
1 parent 6e922f7 commit 4f3b4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saturnin/src/video/vdp2/vdp2_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ void Vdp2::clearRenderData(const ScrollScreen s) { std::vector<video::Vdp2Part>(

void Vdp2::populateRenderData() {
// Desactivated while testing rendering to sprites using FBOs
// populateRbgScreens();
// populateNbgScreens();
populateRbgScreens();
populateNbgScreens();
}

void Vdp2::populateRbgScreens() {
Expand Down

0 comments on commit 4f3b4fc

Please sign in to comment.