Skip to content

Commit

Permalink
Fix J3DUltra not installed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Mar 20, 2024
1 parent e3567ac commit a2a94ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcft_ui/j3d_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def load_model(self, j3d_model: J3D, reset_camera=False, hidden_material_indexes
error_msg += "py build_pyj3dultra.py"
elif sys.platform == "win32":
error_msg += "\n\n"
error_msg += "Make sure you have the Microsoft Visual C++ 2015 Redistributable installed."
error_msg += "Make sure you have Visual Studio installed."
self.error_showing_preview.emit(error_msg)
return

Expand Down

0 comments on commit a2a94ae

Please sign in to comment.