]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Fix minor typo
authorStephen Seo <seo.disparate@gmail.com>
Tue, 31 Oct 2017 05:10:21 +0000 (14:10 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 31 Oct 2017 05:10:21 +0000 (14:10 +0900)
src/EC/Manager.hpp

index cb6b9a74eec1de54588a045608c1dc3b0431f4ea..b2e50acc2a6edcaadbe4fbcab5b66b791d4fda24 100644 (file)
@@ -334,7 +334,7 @@ namespace EC
                 {
                     // lhs is marked for deletion
 
-                    // store deleted and changed id to map
+                    // store deleted and changed id to queue
                     changedQueue.push(std::make_tuple(false, lhs, 0));
                     changedQueue.push(std::make_tuple(true, rhs, lhs));