Skip to content

Commit 478d82e

Browse files
author
Peter Thor
committed
Added missing curly bracket.
1 parent 128ab05 commit 478d82e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/Scripts/OmnideckInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ virtual public void Start()
223223

224224
// Shut down the connection to Omnideck
225225
void OnDestroy()
226-
if (CloseOmnitrackConnection() == 0)
226+
{
227227
{
228228
if (debugLevel != LogLevel.None)
229229
Debug.Log("Closed down communication with Omnideck");

0 commit comments

Comments
 (0)