Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Update BaseService.cs (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa authored Dec 8, 2020
1 parent f2ed85e commit eed99ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public virtual void Destroy() { }
public virtual void OnApplicationFocus(bool isFocused) { }

/// <inheritdoc />
public void OnApplicationPause(bool isPaused) { }
public virtual void OnApplicationPause(bool isPaused) { }

#endregion IMixedRealityService Implementation

Expand Down

0 comments on commit eed99ab

Please sign in to comment.