Project

General

Profile

« Previous | Next » 

Revision e458a4ba

Added by Leszek Koltunski almost 8 years ago

1. new package 'message'
2. Rename the 'Grid' classes to match

View differences:

src/main/java/org/distorted/library/DistortedBitmap.java
80 80
     mSizeX= width;
81 81
     mSizeY= height;
82 82
     mSizeZ= 1;     
83
     mGrid = new GridBitmap(xsize,ysize);
83
     mGrid = new DistortedBitmapGrid(xsize,ysize);
84 84
     initializeData(gridSize);
85 85
     }
86 86

  

Also available in: Unified diff