OSDN Git Service

Make consoleLog public for easy use
authorJustin Shapcott <support@mobidevelop.com>
Fri, 9 Aug 2013 18:49:18 +0000 (11:49 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Fri, 9 Aug 2013 18:49:18 +0000 (11:49 -0700)
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtApplication.java

index 2000271..fc4ab9b 100644 (file)
@@ -494,7 +494,7 @@ public abstract class GwtApplication implements EntryPoint, Application {
                }               
        }
        
-       native static void consoleLog(String message) /*-{
+       native static public void consoleLog(String message) /*-{
                console.log( "GWT: " + message );
        }-*/;
 }