Skip to content

Bug fix : NPE when the first SurfaceLine of a Surface is null in getZMap() method in Surface class.

Céline TREBEAU requested to merge dev-bug-fix into dev

Replacement of surfaceLines.length and surfaceLines[0].length by GetWidth() and getHeight() methods

Merge request reports