Fix compile error, forget to flush to disc.
This commit is contained in:
parent
6b5a086be3
commit
2c07b18e1a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class MinecraftForgeClient
|
|||
return null;
|
||||
}
|
||||
|
||||
public int getRenderPass()
|
||||
public static int getRenderPass()
|
||||
{
|
||||
return ForgeHooksClient.renderPass;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue