Fixed LeapMotionExtension

This commit is contained in:
SDraw 2026-06-20 15:58:34 +03:00
parent 92357d3076
commit ee28311d5d
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
7 changed files with 40 additions and 10 deletions

View file

@ -21,7 +21,7 @@ namespace ml_lme
{
if(Instance != null)
{
DestroyImmediate(this);
Destroy(this);
return;
}