mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-09-23 17:50:46 +00:00
win cpp23 compat: Minecraft.Client
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class Chunk;
|
||||
class Mob;
|
||||
|
||||
class DirtyChunkSorter : public std::binary_function<const Chunk *,const Chunk *,bool>
|
||||
class DirtyChunkSorter
|
||||
{
|
||||
private:
|
||||
shared_ptr<LivingEntity> cameraEntity;
|
||||
|
||||
Reference in New Issue
Block a user