Skip to content

Commit cecc504

Browse files
authored
fix: Update download instructions for mesa3d DLL files
1 parent 06ad51c commit cecc504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/window/renderer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void GLFWErrorCallback(int error, const char* description)
6565
"Your system doesn't support hardware rendering, which is preventing the installer from displaying properly. "
6666
"To resolve this issue, download the DLL files from:\n"
6767
"https://github.com/pal1000/mesa-dist-win/releases/latest\n"
68-
"Download mesa3d-26.0.3-release-msvc.7z and place them in the same folder as the installer. "
68+
"Download mesa3d-x.x.x-release-msvc.7z and place them in the same folder as the installer. "
6969
"This will enable software rendering as an alternative.\n\n"
7070
"Please note: This is a system limitation, not an installer bug, so there's no need to report it to the development team.",
7171
"Error", MB_ICONERROR);

0 commit comments

Comments
 (0)