This commit is contained in:
bloeys
2022-12-06 23:30:41 +04:00
parent 6ac9e96d6c
commit 59a9ffd6b1
2 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/bloeys/physx-go
go 1.17
require github.com/bloeys/gglm v0.3.1 // indirect
require github.com/bloeys/gglm v0.3.1

View File

@ -149,7 +149,7 @@ func main() {
// r.ReadBytes('\n')
}
p.Release()
pvd.Release()
pvdTr.Release()
// p.Release()
// pvd.Release()
// pvdTr.Release()
}