typo fixes

This commit is contained in:
Scott Longley
2022-02-18 21:58:46 +10:00
parent 8db4c3cfff
commit 749895f2ca
2 changed files with 2 additions and 2 deletions

View File

@@ -706,7 +706,7 @@ public:
/// <summary>
/// Gets the value indicating whenever the cursor is being clipped.
/// </summary>
API_PROPERTY bool IsCursorClipping() const
API_PROPERTY() bool IsCursorClipping() const
{
return _isClippingCursor;
}