Project

General

Profile

« Previous | Next » 

Revision 10373dc7

Added by Leszek Koltunski over 2 years ago

Progress downloading updates.

View differences:

src/main/java/org/distorted/network/RubikUpdates.java
142 142
      }
143 143
    }
144 144

  
145
///////////////////////////////////////////////////////////////////////////////////////////////////
146

  
147
  public int getNumberOfUpdates()
148
    {
149
    int newO = mNewObjects.size();
150
    int newE = mNewExtras.size();
151
    int updO = mUpdObjects.size();
152
    int updE = mUpdExtras.size();
153

  
154
    return newO+newE+updO+updE;
155
    }
156

  
145 157
///////////////////////////////////////////////////////////////////////////////////////////////////
146 158

  
147 159
  public void showDebug()

Also available in: Unified diff