mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:45:53 +08:00
Added debug error message when missing icons for gizmos
This commit is contained in:
parent
ee33f0f1d7
commit
7cb99f8e27
@ -3219,6 +3219,7 @@ bool GLCanvas3D::init(bool useVBOs, bool use_legacy_opengl)
|
||||
|
||||
if (m_gizmos.is_enabled()) {
|
||||
if (! m_gizmos.init(*this)) {
|
||||
std::cout << "Unable to initialize gizmos: please, check that all the required textures are available" << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user