forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -47,7 +47,7 @@ public class ColorInit {
|
||||
} else {
|
||||
try {
|
||||
byte[] bytes = inputStream.readAllBytes();
|
||||
if (bytes.length != 256*256*256) {
|
||||
if (bytes.length != 256 * 256 * 256) {
|
||||
throw new RuntimeException("Invalid colors.nearest file");
|
||||
}
|
||||
colors = bytes;
|
||||
|
||||
Reference in New Issue
Block a user