Disable scoping so we can see this thing on the client
| 477 | |
| 478 | /// Disable scoping so we can see this thing on the client |
| 479 | void Marker::onEditorDisable() |
| 480 | { |
| 481 | removeFromScene(); |
| 482 | mNetFlags.clear(Ghostable); |
| 483 | clearScopeAlways(); |
| 484 | } |
| 485 | |
| 486 | |
| 487 | /// Tell our parent that this Path has been modified |