Skip to content

Commit

Permalink
fix rendersystem selection
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Feb 26, 2024
1 parent 836fd1b commit abb3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogre_mesh_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def draw_render_settings(self):
flags = ImGui.WindowFlags_AlwaysAutoResize
self.show_render_settings = ImGui.Begin("Renderer Settings", self.show_render_settings, flags)[1]

Ogre.Overlay.DrawRenderingSettings(app.next_rendersystem)
app.next_rendersystem = Ogre.Overlay.DrawRenderingSettings(app.next_rendersystem)

ImGui.Separator()

Expand Down

0 comments on commit abb3791

Please sign in to comment.