Fix VRKeyboard

This commit is contained in:
r.nikolin 2023-10-30 16:49:07 +03:00
parent 46538fbcce
commit 996684f064
2 changed files with 709 additions and 777 deletions

View File

@ -46,6 +46,7 @@ namespace BNG {
if (boxCollider) { if (boxCollider) {
colliderInitialCenterZ = boxCollider.center.z; colliderInitialCenterZ = boxCollider.center.z;
} }
CanBeHeldDown = false;
} }
void Update() { void Update() {

File diff suppressed because one or more lines are too long