This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Check for glfw success
tags/v0.4.0
Andrew Belt
7 years ago
parent
d4b53655ca
commit
1590085520
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/gui.cpp
+ 1
- 1
src/gui.cpp
View File
@@ -244,7 +244,7 @@ void guiInit() {
// Set up GLFW
glfwSetErrorCallback(errorCallback);
err = glfwInit();
if (err) {
if (err
!= GLFW_TRUE
) {
osdialog_message(OSDIALOG_ERROR, OSDIALOG_OK, "Could not initialize GLFW.");
exit(1);
}
Write
Preview
Loading…
Cancel
Save