mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 23:35:13 -06:00
Fixed crash at startup on OpenGL 1.1 cards
This commit is contained in:
parent
725b8524f2
commit
4803e7fc84
2 changed files with 19 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue