chgatla-microsoft / QRTracking

MRTK sample app for QRtracking
MIT License
74 stars 69 forks source link

Fix for issue #9 #18

Closed andreasanta closed 3 years ago

andreasanta commented 3 years ago

Fixes issue #9 where qrCode.Id is assigned instead of qrCode.SpatialGraphNodeId

tmhab commented 3 years ago

Might I suggest removing the first assignment of Id (the wrong one, that you fix be reassigning it next line)?

andreasanta commented 3 years ago

@chgatla-microsoft Apologies, must've overlooked it last night. Fixed!