소스 검색

I had the line commented by accident. OOPS.

master
Josh Hofing 11 년 전
부모
커밋
d1a501fafa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +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;
}


불러오는 중...
취소
저장