Temporary deactivated click location retreival, fix #1639
This commit is contained in:
parent
a4205745fc
commit
da32b9f43e
1 changed files with 8 additions and 0 deletions
|
@ -400,6 +400,14 @@ public class BuildCraftCore extends BuildCraftMod {
|
|||
@SubscribeEvent
|
||||
@SideOnly(Side.CLIENT)
|
||||
public void renderLast (RenderWorldLastEvent evt) {
|
||||
// TODO: while the urbanist is deactivated, this code can be dormant.
|
||||
// it happens to be very expensive at run time, so we need some way
|
||||
// to operate it only when releval (e.g. in the cycle following a
|
||||
// click request).
|
||||
if (true) {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Note (SpaceToad): Why on earth this thing eventually worked out is a
|
||||
* mystery to me. In particular, all the examples I got computed y in
|
||||
|
|
Loading…
Add table
Reference in a new issue