mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 09:19:18 +02:00
post-merge cleanup
This commit is contained in:
@@ -60,7 +60,8 @@ struct geometry_handle {
|
||||
/*
|
||||
return bank << 14 | chunk; }
|
||||
*/
|
||||
return bank << 32 | chunk; }
|
||||
return ( std::uint64_t { bank } << 32 | chunk );
|
||||
}
|
||||
|
||||
// members
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user