mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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