add error when no portal found
This commit is contained in:
parent
efdfea54ba
commit
ea75a1d07e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ bool USkyPortalSubsystem::ConnectPortal() {
|
||||||
|
|
||||||
// Free the device list
|
// Free the device list
|
||||||
hid_free_enumeration(list);
|
hid_free_enumeration(list);
|
||||||
|
UE_LOG(LogHIDApi, Error, TEXT("No Portals found"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue