mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #50 - Bug fixes and shader improvements
This commit is contained in:
Binary file not shown.
@ -37,7 +37,7 @@ public class JavaC {
|
||||
|
||||
public static final List<String> compilerFlags = Arrays.asList(
|
||||
"-Xlint:-unchecked", "-Xlint:-options", "-Xlint:-deprecation",
|
||||
"-source", "1.8", "-target", "1.8"
|
||||
"-source", "1.8", "-target", "1.8", "-encoding", "utf8"
|
||||
);
|
||||
|
||||
private static int debugSourceFileCount = 0;
|
||||
|
Reference in New Issue
Block a user