Project

General

Profile

« Previous | Next » 

Revision 5b893eee

Added by Leszek Koltunski almost 4 years ago

Object node: size of screenWidth.

View differences:

src/main/java/org/distorted/main/RubikPreRender.java
107 107
    Context con = mView.getContext();
108 108
    Resources res = con.getResources();
109 109

  
110
    mNewObject = object.create(size, mView.getQuat(), moves, res);
110
    mNewObject = object.create(size, mView.getQuat(), moves, res, mScreenWidth);
111 111

  
112 112
    if( mNewObject!=null )
113 113
      {

Also available in: Unified diff