Skip to content

Commit

Permalink
Disable matrix rendering for the momment
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Apr 5, 2020
1 parent 2ba2f90 commit a6adafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/desktop-shared/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ static void main_menu(void)
ImGui::MenuItem("Show FPS", "", &config_video.fps);
ImGui::MenuItem("Bilinear Filtering", "", &config_video.bilinear);
ImGui::MenuItem("Screen Ghosting", "", &config_video.mix_frames, false);
ImGui::MenuItem("Dot Matrix", "", &config_video.matrix, false);
//ImGui::MenuItem("Dot Matrix", "", &config_video.matrix, false);

ImGui::Separator();

Expand Down

0 comments on commit a6adafe

Please sign in to comment.