Пожалуйста, включите JavaScript.
Главная
Помощь
Вход
ben
/
goldfish
зеркало из
https://github.com/earwig/goldfish
Следить
1
В избранное
1
Форкнуть
0
Код
Релизы
0
Активность
Просмотр исходного кода
I had the line commented by accident. OOPS.
master
Josh Hofing
12 лет назад
Родитель
ecd30d5f7e
Сommit
d1a501fafa
1 измененных файлов
:
1 добавлений
и
1 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-1
src/Render.java
+ 1
- 1
src/Render.java
Просмотреть файл
@@ -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;
}
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить