Pārlūkot izejas kodu

Found a typo and made the comment more specific in drawAPI.h.

David Piuva 1 dienu atpakaļ
vecāks
revīzija
15baaaa9aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Source/DFPSR/api/drawAPI.h

+ 1 - 1
Source/DFPSR/api/drawAPI.h

@@ -29,7 +29,7 @@
 
 namespace dsr {
 
-// Instead of having lots of arguments for source and target regions, this library uses a system of sub-images to that any drawing method can be cropped.
+// Instead of having lots of arguments for source and target regions, this library uses a system of sub-images, so that any non-aligned drawing method can have source and target regions modified by cropping the image arguments as views.
 //   To limit drawing to a rectangular target region:
 //     * Create a sub-image using image_getSubImage.
 //         0-----------------------------------X