mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
if formatting
This commit is contained in:
parent
049ff8e618
commit
f2c6cb79f7
1 changed files with 1 additions and 1 deletions
|
@ -5182,7 +5182,7 @@ ivec2 Application::getMouse() const {
|
|||
FaceTracker* Application::getActiveFaceTracker() {
|
||||
auto dde = DependencyManager::get<DdeFaceTracker>();
|
||||
|
||||
if(dde && dde->isActive()){
|
||||
if (dde && dde->isActive()) {
|
||||
return static_cast<FaceTracker*>(dde.data());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue