mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
fix: add back public visibility specifier for Entity
This commit is contained in:
@@ -36,7 +36,7 @@ class Entity : public std::enable_shared_from_this<Entity> {
|
||||
friend class Gui; // 4J Stu - Added to be able to access the shared flag
|
||||
// functions and constants, without making them publicly
|
||||
// available to everything
|
||||
|
||||
public:
|
||||
// 4J-PB - added to replace (e instanceof Type), avoiding dynamic casts
|
||||
virtual eINSTANCEOF GetType() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user