Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
goldfish
mirror da
https://github.com/earwig/goldfish
Segui
1
Vota
1
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
No scaling if width, height are greater than 256
master
Lee
12 anni fa
parent
361b560d36
commit
7b8338d188
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
src/Render.java
+ 2
- 0
src/Render.java
Vedi File
@@ -50,6 +50,8 @@ public class Render extends Canvas implements Runnable {
Render.scale = 4;
} else if (height <= 256 || width <= 256) {
Render.scale = 2;
} else {
Render.scale = 1;
}
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva