Hi there
I'm using Blitz3D 1.6.4
I get "Entity does not exist" error, each time I exit my game demo.
I press escape to exit.
It gives the error each time on the same model.
Here are pieces of my code:
Global carp_model#
--
carp_model#=LoadMD2( "fishblitz.md2" )
--
Some time during the demo, I hide the entity.
HideEntity carp_model
---
If keydown(1) then
FreeEntity carp_model -> "Error on this line"
endif
Anyone had the same problem?
I'm using Blitz3D 1.6.4
I get "Entity does not exist" error, each time I exit my game demo.
I press escape to exit.
It gives the error each time on the same model.
Here are pieces of my code:
Global carp_model#
--
carp_model#=LoadMD2( "fishblitz.md2" )
--
Some time during the demo, I hide the entity.
HideEntity carp_model
---
If keydown(1) then
FreeEntity carp_model -> "Error on this line"
endif
Anyone had the same problem?