Fix compile error, forget to flush to disc.

This commit is contained in:
LexManos 2013-03-06 19:26:29 -08:00
parent 6b5a086be3
commit 2c07b18e1a

View file

@ -52,7 +52,7 @@ public class MinecraftForgeClient
return null;
}
public int getRenderPass()
public static int getRenderPass()
{
return ForgeHooksClient.renderPass;
}