mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
updating typo
This commit is contained in:
parent
d478fcf027
commit
d4dfaec8ea
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ glm::vec2 WindowScriptingInterface::getDeviceSize() const {
|
|||
return qApp->getDeviceSize();
|
||||
}
|
||||
|
||||
int WindowScriptingInterface::getLastDominConnectionError() const {
|
||||
int WindowScriptingInterface::getLastDomainConnectionError() const {
|
||||
return DependencyManager::get<NodeList>()->getDomainHandler().getLastDomainConnectionError();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue