Skip to content

Commit 921e0f4

Browse files
authored
solve issue #2003 (ParticleDepositionHeightMap.load return value) (#2005)
1 parent 90c0e75 commit 921e0f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jme3-terrain/src/main/java/com/jme3/terrain/heightmap/ParticleDepositionHeightMap.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2021 jMonkeyEngine
2+
* Copyright (c) 2009-2023 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -321,8 +321,7 @@ public boolean load() {
321321

322322
logger.fine("Created heightmap using Particle Deposition");
323323

324-
325-
return false;
324+
return true; // success
326325
}
327326

328327
/**

0 commit comments

Comments
 (0)