mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user