mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Added debug error message when missing icons for gizmos
This commit is contained in:
@@ -3219,6 +3219,7 @@ bool GLCanvas3D::init(bool useVBOs, bool use_legacy_opengl)
|
|||||||
|
|
||||||
if (m_gizmos.is_enabled()) {
|
if (m_gizmos.is_enabled()) {
|
||||||
if (! m_gizmos.init(*this)) {
|
if (! m_gizmos.init(*this)) {
|
||||||
|
std::cout << "Unable to initialize gizmos: please, check that all the required textures are available" << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user