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