Revision 5d923c17
Added by Leszek Koltunski almost 8 years ago
src/main/java/org/distorted/library/DistortedObject.java | ||
---|---|---|
267 | 267 |
* Draw the DistortedObject to the location specified by current Matrix effects. |
268 | 268 |
* |
269 | 269 |
* @param currTime current time, in milliseconds, as returned by System.currentTimeMillis(). |
270 |
* This gets passed on to Interpolators inside the Effects that are currently applied to the
|
|
270 |
* This gets passed on to Dynamics inside the Effects that are currently applied to the
|
|
271 | 271 |
* Object. |
272 | 272 |
*/ |
273 | 273 |
public void draw(long currTime) |
Also available in: Unified diff
Fix the 'Save' app on Android API >=23 (we need to explicitly ask for write permission)