mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 20:25:51 +12:00
Fix not being able to turn off noclip
This commit is contained in:
parent
7d82f83f64
commit
78bef4b271
2 changed files with 4 additions and 4 deletions
|
@ -55,11 +55,11 @@ namespace HISP.Player
|
|||
}
|
||||
}
|
||||
}
|
||||
return noClip;
|
||||
return this.noClip;
|
||||
}
|
||||
set
|
||||
{
|
||||
noClip = true;
|
||||
this.noClip = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue