mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Correcting typo for debug message
Small PR
This commit is contained in:
parent
353d6dfec0
commit
a7e07af24f
@ -646,7 +646,7 @@ function MARKER:OnEventMarkRemoved(EventData)
|
|||||||
|
|
||||||
local MarkID=EventData.MarkID
|
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
|
if MarkID==self.mid then
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user