mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:35:54 +08:00
Added debug error message when missing icons for gizmos
This commit is contained in:
parent
ee33f0f1d7
commit
7cb99f8e27
@ -3219,7 +3219,8 @@ 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)) {
|
||||||
return false;
|
std::cout << "Unable to initialize gizmos: please, check that all the required textures are available" << std::endl;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_external_gizmo_widgets_parent != nullptr) {
|
if (m_external_gizmo_widgets_parent != nullptr) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user