Correcting typo for debug message

Small PR
This commit is contained in:
Justin Lovell
2021-07-03 23:24:04 +10:00
committed by GitHub
parent 353d6dfec0
commit a7e07af24f

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