Skip to content

Commit

Permalink
Update opengl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rtoumazet committed Nov 24, 2023
1 parent 69a45be commit 1593eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saturnin/src/video/opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ void Opengl::generateTextures() {
}

// Generate planes textures, based on previously generated vdp2 parts textures.
//generatePlanesTextures();
// generatePlanesTextures();

// Reset cache reload state
for (auto& [layer, state] : layer_to_cache_reload_state_) {
Expand Down

0 comments on commit 1593eee

Please sign in to comment.