Merge pull request #499 from smix8/master

3D NavMesh Demo - fix for navmesh (re)baking issue
This commit is contained in:
Aaron Franke 2020-07-24 21:59:00 -04:00 committed by GitHub
commit b7b3a75389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 21 deletions

View File

@ -1,6 +1,6 @@
extends Navigation
const SPEED = 4.0
const SPEED = 10.0
var camrot = 0.0

File diff suppressed because one or more lines are too long