Project

General

Profile

« Previous | Next » 

Revision 5055b5d4

Added by Leszek Koltunski over 7 years ago

1. (hopefully) finish the 'Save' app (now we can adjust the size of the resulting file)
2. Fix one long-standing bug in almost every single app.

View differences:

src/main/java/org/distorted/examples/check/CheckRenderer.java
84 84
      { 
85 85
      mSuccess.abortEffects(EffectTypes.MATRIX);
86 86
      
87
      if( bmpHeight/bmpWidth > height/width )
87
      if( (float)bmpHeight/bmpWidth > (float)height/width )
88 88
        {
89 89
        int w = (height*bmpWidth)/bmpHeight;
90 90
        float factor = (float)height/bmpHeight;

Also available in: Unified diff