mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
Minor fix in PreprocessorResult dimension reporting.
Fix issue reported by @codeanticode within PreprocessorResult.java where the height was not being returned correctly.
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