|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2009-2021 jMonkeyEngine
|
|
|
+ * Copyright (c) 2009-2023 jMonkeyEngine
|
|
|
* All rights reserved.
|
|
|
*
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -321,8 +321,7 @@ public class ParticleDepositionHeightMap extends AbstractHeightMap {
|
|
|
|
|
|
logger.fine("Created heightmap using Particle Deposition");
|
|
|
|
|
|
-
|
|
|
- return false;
|
|
|
+ return true; // success
|
|
|
}
|
|
|
|
|
|
/**
|