Added debug error message when missing icons for gizmos
This commit is contained in:
parent
ee33f0f1d7
commit
7cb99f8e27
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue