• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


Commit MetaInfo

Revision21a6df2860c51777b569c3fef8c616967641e745 (tree)
Time2013-03-25 08:08:52
AuthorZeroSeparation@gmail.com <ZeroSeparation@gmai...>
CommiterZeroSeparation@gmail.com

Log Message

Removed wierd import of org.bushe.swing.event.Logger; that was causing my build to fail locally and wasn't used anywhere.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10501 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

Change Summary

Incremental Difference

--- a/engine/src/terrain/com/jme3/terrain/geomipmap/LODGeomap.java
+++ b/engine/src/terrain/com/jme3/terrain/geomipmap/LODGeomap.java
@@ -51,7 +51,6 @@ import java.nio.BufferUnderflowException;
5151 import java.nio.FloatBuffer;
5252 import java.nio.IntBuffer;
5353 import java.nio.ShortBuffer;
54-import org.bushe.swing.event.Logger;
5554
5655 /**
5756 * Produces the mesh for the TerrainPatch.