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

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