diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-10-28 14:15:12 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-10-28 14:15:12 +0100 |
commit | e63da7967ef45c74d6bec218b1f03446b83326d6 (patch) | |
tree | d232eeca6d364181c85a726f4f5ac6ef3cd2349f /desktop | |
parent | 35a3e6c3b7eb06b2078972a8f9c6b25043f7ea31 (diff) | |
download | RustAndDust-e63da7967ef45c74d6bec218b1f03446b83326d6.zip RustAndDust-e63da7967ef45c74d6bec218b1f03446b83326d6.tar.gz |
Dust And Rust -> Rust And Dust
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java b/desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java index 61f2fbc..439e4f1 100644 --- a/desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java +++ b/desktop/src/ch/asynk/rustanddust/desktop/DesktopLauncher.java @@ -8,7 +8,7 @@ import ch.asynk.rustanddust.RustAndDust; public class DesktopLauncher { public static void main (String[] arg) { LwjglApplicationConfiguration config = new LwjglApplicationConfiguration(); - config.title = "Dust And Rust"; + config.title = "Rust And Dust"; config.width = 1024; config.height = 768; // config.fullscreen = true; |