|
@@ -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 {
|
|
|
|