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%2FCell.java;fp=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fexamples%2Flife%2FCell.java;h=5817148d274a2c1af6732eb9ed1ac506b6c3ff21;hp=4d1cca0d372b0c74a279137c3be97fb55b1abec1;hb=63b799f7add2ebb5cd30b50c2581bc246f6e7b82;hpb=6097d247fee35a001a66bb20667f9dd51b23ae29 diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/life/Cell.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/life/Cell.java index 4d1cca0..5817148 100755 --- a/src/main/java/eu/svjatoslav/sixth/e3d/examples/life/Cell.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/examples/life/Cell.java @@ -9,7 +9,7 @@ import eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base.AbstractCom /** * This class corresponds to a single cell within matrix. */ -public class Cell extends AbstractCompositeShape implements +class Cell extends AbstractCompositeShape implements MouseInteractionController { /**