We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c0e75 commit 921e0f4Copy full SHA for 921e0f4
jme3-terrain/src/main/java/com/jme3/terrain/heightmap/ParticleDepositionHeightMap.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2023 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -321,8 +321,7 @@ public boolean load() {
321
322
logger.fine("Created heightmap using Particle Deposition");
323
324
-
325
- return false;
+ return true; // success
326
}
327
328
/**
0 commit comments