mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
General code cleanup (#3445)
This commit is contained in:
@@ -117,7 +117,7 @@ bool TouchModule::isDefaultDirectTouchType(std::string_view renderableType) cons
|
||||
_sortedDefaultRenderableTypes.end();
|
||||
}
|
||||
|
||||
void TouchModule::internalInitialize(const ghoul::Dictionary&){
|
||||
void TouchModule::internalInitialize(const ghoul::Dictionary&) {
|
||||
_ear.reset(new TuioEar());
|
||||
|
||||
global::callback::initializeGL->push_back([this]() {
|
||||
|
||||
Reference in New Issue
Block a user