diff options
author | tivek <tivek@users.noreply.github.com> | 2014-10-25 21:51:30 +0200 |
---|---|---|
committer | tivek <tivek@users.noreply.github.com> | 2014-10-25 21:51:30 +0200 |
commit | 142b0835bf955cecfe48805012e0a1771a196903 (patch) | |
tree | 75408a77e068bb81a4a5e4f636576ef5b36656ec | |
parent | 77be48f980f23e415381a98125944b6cbf525f4d (diff) |
fix typo
-rw-r--r-- | entityx/Entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entityx/Entity.h b/entityx/Entity.h index ef9b7be..e1e4910 100644 --- a/entityx/Entity.h +++ b/entityx/Entity.h @@ -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; |