Update #50 - Bug fixes and shader improvements

This commit is contained in:
lax1dude
2025-02-22 16:52:35 -08:00
parent b0a2739fe1
commit 7e772e2502
133 changed files with 3064 additions and 2299 deletions

Binary file not shown.

View File

@ -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;