Project

General

Profile

« Previous | Next » 

Revision 8ca9f899

Added by Leszek Koltunski about 7 years ago

Introduce Renderable to the Tree.

View differences:

src/main/java/org/distorted/library/DistortedFramebuffer.java
390 390
    {
391 391
    if( mWidth!=width || mHeight!=height )
392 392
      {
393
      mWidth    = width;
394
      mHeight   = height;
393
      mWidth = width;
394
      mHeight= height;
395 395
      mSizeX = width;
396 396
      mSizeY = height;
397 397

  

Also available in: Unified diff