Project

General

Profile

« Previous | Next » 

Revision b4a9a34f

Added by Leszek Koltunski about 3 years ago

Properly solve the issue with Qualcomm driver V@331 having buggy UBO size.

View differences:

src/main/java/org/distorted/states/RubikStatePlay.java
282 282
            {
283 283
            if( act.getPreRender().canPlay() && StateList.getCurrentState()== StateList.PLAY )
284 284
              {
285
              if( RubikRenderer.supportsGigaminx() || list!=ObjectList.MEGA || sizes[index]<=3 )
286
                {
287
                mObject = obj;
288
                mSize   = sizes[index];
289
                act.changeObject(list,sizes[index], true);
290
                adjustLevels(act);
291
                mMoves.clear();
292
                }
285
              mObject = obj;
286
              mSize   = sizes[index];
287
              act.changeObject(list,sizes[index], true);
288
              adjustLevels(act);
289
              mMoves.clear();
293 290
              }
294 291

  
295 292
            mObjectPopup.dismiss();

Also available in: Unified diff