fix part B of issue #632

accellbaker
Stephen Gold 6 years ago
parent c2337e823e
commit 552f4a069c
  1. 4
      jme3-examples/src/main/java/jme3test/conversion/TestMipMapGen.java

@ -1,5 +1,5 @@
/*
* Copyright (c) 2009-2012 jMonkeyEngine
* Copyright (c) 2009-2018 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -39,7 +39,7 @@ import com.jme3.scene.Geometry;
import com.jme3.scene.shape.Quad;
import com.jme3.texture.Image;
import com.jme3.texture.Texture;
import jme3tools.converters.MipMapGenerator;
import com.jme3.util.MipMapGenerator;
public class TestMipMapGen extends SimpleApplication {

Loading…
Cancel
Save