mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Fixed crash at startup on OpenGL 1.1 cards
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user