Skip to content

Commit

Permalink
separates demo from library
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Sep 17, 2024
1 parent 857e5d1 commit 7cb3f64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/jme3/recast4j/recast/JmeAreaMods.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package com.jme3.recast4j.demo;
package com.jme3.recast4j.recast;

import org.recast4j.recast.AreaModification;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
import org.recast4j.recast.RecastConstants;
import org.recast4j.recast.RecastConstants.PartitionType;

import com.jme3.recast4j.demo.JmeAreaMods;

public final class RecastConfigBuilder {

private PartitionType partitionType = PartitionType.WATERSHED;
Expand Down

0 comments on commit 7cb3f64

Please sign in to comment.