Merge pull request #1565 from justin-lovell/updated-debug-msg

Correcting typo for debug message
This commit is contained in:
Applevangelist 2021-07-04 18:10:21 +02:00 committed by GitHub
commit 0d02f56855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -646,7 +646,7 @@ function MARKER:OnEventMarkRemoved(EventData)
local MarkID=EventData.MarkID
self:T3(self.lid..string.format("Captured event MarkAdded for Mark ID=%s", tostring(MarkID)))
self:T3(self.lid..string.format("Captured event MarkRemoved for Mark ID=%s", tostring(MarkID)))
if MarkID==self.mid then