@@ -172,7 +172,7 @@ protected virtual void PointerIn()
172
172
return ;
173
173
}
174
174
175
- OnDestinationMarkerEnter ( SeDestinationMarkerEvent ( pointerContactDistance , pointerContactTarget , destinationPosition , controllerIndex ) ) ;
175
+ OnDestinationMarkerEnter ( SetDestinationMarkerEvent ( pointerContactDistance , pointerContactTarget , destinationPosition , controllerIndex ) ) ;
176
176
177
177
var interactableObject = pointerContactTarget . GetComponent < VRTK_InteractableObject > ( ) ;
178
178
if ( interactableObject && interactableObject . pointerActivatesUseAction && interactableObject . holdButtonToUse )
@@ -188,7 +188,7 @@ protected virtual void PointerOut()
188
188
return ;
189
189
}
190
190
191
- OnDestinationMarkerExit ( SeDestinationMarkerEvent ( pointerContactDistance , pointerContactTarget , destinationPosition , controllerIndex ) ) ;
191
+ OnDestinationMarkerExit ( SetDestinationMarkerEvent ( pointerContactDistance , pointerContactTarget , destinationPosition , controllerIndex ) ) ;
192
192
193
193
var interactableObject = pointerContactTarget . GetComponent < VRTK_InteractableObject > ( ) ;
194
194
if ( interactableObject && interactableObject . pointerActivatesUseAction && interactableObject . holdButtonToUse )
@@ -219,7 +219,7 @@ protected virtual void PointerSet()
219
219
220
220
if ( ! playAreaCursorCollided && ( interactableObject == null || ! interactableObject . pointerActivatesUseAction ) )
221
221
{
222
- OnDestinationMarkerSet ( SeDestinationMarkerEvent ( pointerContactDistance , pointerContactTarget , destinationPosition , controllerIndex ) ) ;
222
+ OnDestinationMarkerSet ( SetDestinationMarkerEvent ( pointerContactDistance , pointerContactTarget , destinationPosition , controllerIndex ) ) ;
223
223
}
224
224
}
225
225
0 commit comments