]> git.seodisparate.com - EntityComponentMetaSystem/commit
Fixed entity deletion bug
authorStephen Seo <seo.disparate@gmail.com>
Mon, 14 Mar 2016 02:39:37 +0000 (11:39 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 14 Mar 2016 02:39:37 +0000 (11:39 +0900)
commitde07c8ad1a6cb203c62258bb5f9c543f397e924e
tree2e5cb743d184c83c4b0cd669e673f891ab4a7811
parentc6002149d3ccaf968c3c7ab70ae4f4ad8790a06f
Fixed entity deletion bug

Fixed bug where deleted entity would retain Components/Tags.
src/EC/Manager.hpp
src/test/ECTest.cpp