]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
fix typo
authortivek <tivek@users.noreply.github.com>
Sat, 25 Oct 2014 19:51:30 +0000 (21:51 +0200)
committertivek <tivek@users.noreply.github.com>
Sat, 25 Oct 2014 19:51:30 +0000 (21:51 +0200)
entityx/Entity.h

index ef9b7beeefa0717b3899f5ff480a9e713dc7df68..e1e49109266c43626754f24d09ee7b1cca9b9a92 100644 (file)
@@ -35,7 +35,7 @@
 namespace entityx {
 
 typedef std::uint32_t uint32_t;
-typedef std::uint64_t uint32_t;
+typedef std::uint64_t uint64_t;
 
 class EntityManager;