1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Fixed crash at startup on OpenGL 1.1 cards

This commit is contained in:
Enrico Turri
2018-06-20 14:34:20 +02:00
parent 725b8524f2
commit 4803e7fc84
2 changed files with 19 additions and 33 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class GLCanvas3DManager
GLInfo();
bool detect();
void detect();
bool is_version_greater_or_equal_to(unsigned int major, unsigned int minor) const;
std::string to_string(bool format_as_html, bool extensions) const;