mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-25 06:42:53 +00:00
make AbstractContainerScreen's itemRenderer protected
This commit is contained in:
parent
3dcc985cd4
commit
affe60603c
|
|
@ -6,7 +6,8 @@ class Slot;
|
|||
class Container;
|
||||
|
||||
class AbstractContainerScreen : public Screen {
|
||||
private:
|
||||
protected:
|
||||
// 4jcraft: made protected to match JE 1.6.4
|
||||
static ItemRenderer* itemRenderer;
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Reference in a new issue