summaryrefslogtreecommitdiffstats
path: root/game/shared/voxel_registry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/voxel_registry.cc')
-rw-r--r--game/shared/voxel_registry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/shared/voxel_registry.cc b/game/shared/voxel_registry.cc
index dea7179..ce6ee7f 100644
--- a/game/shared/voxel_registry.cc
+++ b/game/shared/voxel_registry.cc
@@ -169,7 +169,7 @@ void voxel_registry::purge(void)
voxel_registry::voxels.clear();
}
-std::uint64_t voxel_registry::checksum(void)
+std::uint64_t voxel_registry::calcualte_checksum(void)
{
std::uint64_t result = 0;