Projects
Discord
Events
Jams
Unwind
Conferences
Resources
Forums
Fishbowls
Podcast
Newsletter
About
Manifesto
About the Team
Log In
← Back to index
Day 066 - bug in MoveEntity
Matt Campbell
#2740
February 17, 2015
Just a copy/paste error, but Entity is used in place of TestEntity when checking flags:
1 2
if(IsSet(TestEntity, EntityFlag_Collides) && !IsSet(Entity, EntityFlag_Nonspatial))
Casey Muratori
#2754
February 18, 2015
Ah! Thanks for catching that... I will go write that down so we remember to fix it tomorrow.
- Casey
Reply to Thread
← Back to index