Fix ClientTickEvent Post firing inside another profiler section (#3715)
This commit is contained in:
parent
1d6cd35a09
commit
a605c64c49
1 changed files with 3 additions and 3 deletions
|
@ -219,14 +219,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
this.field_71424_I.func_76318_c("gameRenderer");
|
this.field_71424_I.func_76318_c("gameRenderer");
|
||||||
@@ -1818,6 +1843,7 @@
|
@@ -1819,6 +1844,7 @@
|
||||||
this.field_71453_ak.func_74428_b();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
+ net.minecraftforge.fml.common.FMLCommonHandler.instance().onPostClientTick();
|
|
||||||
this.field_71424_I.func_76319_b();
|
this.field_71424_I.func_76319_b();
|
||||||
|
+ net.minecraftforge.fml.common.FMLCommonHandler.instance().onPostClientTick();
|
||||||
this.field_71423_H = func_71386_F();
|
this.field_71423_H = func_71386_F();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1924,6 +1950,7 @@
|
@@ -1924,6 +1950,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue