File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1279,10 +1279,11 @@ extern SDL_DECLSPEC bool SDLCALL SDL_BlitSurfaceUncheckedScaled(SDL_Surface *src
1279
1279
*
1280
1280
* \param src the SDL_Surface structure to be copied from.
1281
1281
* \param srcrect the SDL_Rect structure representing the rectangle to be
1282
- * copied, may not be NULL .
1282
+ * copied, or NULL to copy the entire surface .
1283
1283
* \param dst the SDL_Surface structure that is the blit target.
1284
1284
* \param dstrect the SDL_Rect structure representing the target rectangle in
1285
- * the destination surface, may not be NULL.
1285
+ * the destination surface, or NULL to fill the entire
1286
+ * destination surface.
1286
1287
* \param scaleMode the SDL_ScaleMode to be used.
1287
1288
* \returns true on success or false on failure; call SDL_GetError() for more
1288
1289
* information.
You can’t perform that action at this time.
0 commit comments