Merged RTEngine enhancements from DEFAULT
This commit is contained in:
@@ -68,7 +68,7 @@ class Crop : public DetailedCrop {
|
||||
~Crop ();
|
||||
|
||||
bool hasListener () { return cropImageListener; }
|
||||
void update (int todo, bool internal=false);
|
||||
void update (int todo);
|
||||
void setWindow (int cx, int cy, int cw, int ch, int skip) { setCropSizes (cx, cy, cw, ch, skip, false); }
|
||||
|
||||
bool tryUpdate (); // First try, only make fullUpdate if this returns false
|
||||
|
Reference in New Issue
Block a user