Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
goldfish
miroir de
https://github.com/earwig/goldfish
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
0
Activité
Parcourir la source
I had the line commented by accident. OOPS.
master
Josh Hofing
il y a 12 ans
Parent
ecd30d5f7e
révision
d1a501fafa
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
src/Render.java
+ 1
- 1
src/Render.java
Voir le fichier
@@ -201,7 +201,7 @@ public class Render extends Canvas implements Runnable, MouseListener,
}
public void draw(int x, int y, int color) {
//
if (_pixels[x + y * width] != color)
if (_pixels[x + y * width] != color)
_pixels[x + y * width] = color;
}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer