mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Merge pull request #10 from sampottinger/fix_preprocessor_result_height
Minor fix in PreprocessorResult dimension reporting.
This commit is contained in:
@@ -193,6 +193,6 @@ public class PreprocessorResult {
|
||||
* given.
|
||||
*/
|
||||
public String getSketchHeight() {
|
||||
return sketchWidth;
|
||||
return sketchHeight;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user