We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6993560 commit 4813d2bCopy full SHA for 4813d2b
1 file changed
src/main.cpp
@@ -217,9 +217,9 @@ bool CustomObjects::init(LevelEditorLayer* editorLayer) {
217
textLabelOff->setScale(0.4f);
218
return folder;
219
}, [] (bool state, auto tab) { // do something when the tab is entered and exited
220
- log::info("rawr-tab state: {}", state);
+ //log::info("rawr-tab state: {}", state);
221
}, [] (int rows, int cols, auto tab) { // do something when the tab is reloaded
222
- log::info("rawr tab rows: {}, cols: {}", rows, cols);
+ //log::info("rawr tab rows: {}, cols: {}", rows, cols);
223
});
224
return true;
225
}
0 commit comments