Skip to content

Commit

Permalink
glui: patch for 2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed May 15, 2017
1 parent 04d0142 commit 18eb7f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions glui/2.36.patch
@@ -0,0 +1,13 @@
diff --git a/src/include/GL/glui.h b/src/include/GL/glui.h
index 01a5c75..5784e29 100644
--- a/src/include/GL/glui.h
+++ b/src/include/GL/glui.h
@@ -941,7 +941,7 @@ public:
spacebar_mouse_click = true; /* Does spacebar simulate a mouse click? */
live_type = GLUI_LIVE_NONE;
text = "";
- last_live_text == "";
+ last_live_text = "";
live_inited = false;
collapsible = false;
is_open = true;

0 comments on commit 18eb7f9

Please sign in to comment.