Make getStencilBits static
Made getStencilBits static so it can be called.
This commit is contained in:
parent
4cd70f5e98
commit
9873eee53a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class MinecraftForgeClient
|
|||
return ForgeHooksClient.renderPass;
|
||||
}
|
||||
|
||||
public int getStencilBits()
|
||||
public static int getStencilBits()
|
||||
{
|
||||
return ForgeHooksClient.stencilBits;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue