We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aa9ad commit 822cc10Copy full SHA for 822cc10
toonz/sources/tnztools/inputmanager.cpp
@@ -757,7 +757,7 @@ void TInputManager::draw() {
757
TToolViewer *viewer = getViewer();
758
759
// paint not sent sub-tracks
760
- if (debugInputManagerTracks || m_savePointsSent < (int)m_savePoints.size()) {
+ if (debugInputManagerTracks /* || m_savePointsSent < (int)m_savePoints.size() */) {
761
glPushAttrib(GL_ALL_ATTRIB_BITS);
762
tglEnableBlending();
763
tglEnableLineSmooth(true, 0.5);
0 commit comments