Merge branch 'renderUpdates' into liteCraft

pull/5/head
hYdos 2020-02-24 17:36:40 +10:00
commit 3998b7d8cf
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import com.github.hydos.ginger.engine.utils.Loader;
import com.github.hydos.ginger.main.GingerMain;
import com.github.hydos.ginger.main.settings.Constants;
public class Example extends Game{
public class Litecraft extends Game{
private Ginger ginger3D;

View File

@ -5,7 +5,7 @@ public class Starter {
// private static final boolean usingEclipse = false;
public static void main(String[] args) {
new Example().main(args);
new Litecraft().main(args);
}
}