fix part B of issue #632

This commit is contained in:
Stephen Gold 2018-12-16 13:51:02 -08:00
parent c2337e823e
commit 552f4a069c

View File

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