9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 19:19:07 +00:00

Revert "ok, remove debug"

This reverts commit b565cf4be1.
This commit is contained in:
CocoTheOwner
2021-06-12 12:40:27 +02:00
parent b565cf4be1
commit 991f241209
2 changed files with 3 additions and 2 deletions

View File

@@ -527,6 +527,7 @@ public interface EngineParallaxManager extends DataProvider, IObjectPlacer {
{
IrisObject v = objectPlacement.getObject(getComplex(), rng);
if (v == null){
Iris.error("ParallaxManager tried placing an object but found none existed, where one was expected.");
return;
}
int xx = rng.i(x, x+16);