Fix crash with MSAA buffer generation when compiling in Debug on Windows

Cleanup of logging behavior
This commit is contained in:
Alexander Bock
2017-12-30 20:24:05 -05:00
parent 96e065ef08
commit 6089449bba
8 changed files with 11 additions and 13 deletions

View File

@@ -715,8 +715,6 @@ void TouchInteraction::findSelectedNode(const std::vector<TuioCursor>& list) {
LINFOC("Picking", "Picked node: " + _pickingSelected->name());
}
LINFOC("Picking", "============");
_selected = std::move(newSelected);
}