X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d-demos.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fexamples%2Flife_demo%2FCell.java;fp=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fexamples%2Flife_demo%2FCell.java;h=4faa448034a9990fc4952c8c862939dfc2b1326b;hp=6df2b5910ffd5a918939b893285a6718b40babcb;hb=b55174d5b7de316ed8a6e2d5099ff0bf802b6375;hpb=1caf289a151c0b20df3fc22c2662241145f0cddd diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java index 6df2b59..4faa448 100755 --- a/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/examples/life_demo/Cell.java @@ -73,7 +73,7 @@ class Cell extends AbstractCompositeShape implements } /** - * Compute cell color depending if cell is active and if mouse is over the + * Compute cell color depending on if cell is active and if mouse is over the * cell. */ private Color computeCellColor() {