1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Remove MapSector, take 2

This commit is contained in:
Lars 2025-06-03 16:28:19 -07:00
parent 0ea89d4112
commit 1771b8c9a1
14 changed files with 236 additions and 649 deletions

View file

@ -239,7 +239,6 @@ void MapDatabaseSQLite3::createDatabase()
// Declaring a primary key automatically creates an index and the
// order largely dictates which range operations can be sped up.
// see also: <https://www.sqlite.org/optoverview.html#skipscan>
// Putting XZ before Y matches our MapSector abstraction.
"PRIMARY KEY (`x`, `z`, `y`)"
");\n"
;