File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1435,9 +1435,9 @@ extern SDL_DECLSPEC void * SDLCALL SDL_AllocateTemporaryMemory(size_t size);
1435
1435
* Claim ownership of temporary memory.
1436
1436
*
1437
1437
* Some functions return temporary memory which SDL will automatically clean
1438
- * up. If you want to hold onto it past the current event being handled or beyond the current
1439
- * function scope, you can call this function to get a pointer that you own,
1440
- * and can free using SDL_free() when you're done.
1438
+ * up. If you want to hold onto it past the current event being handled or
1439
+ * beyond the current function scope, you can call this function to get a
1440
+ * pointer that you own, and can free using SDL_free() when you're done.
1441
1441
*
1442
1442
* If the memory isn't temporary, this will return NULL, and you don't have
1443
1443
* ownership of the memory.
You can’t perform that action at this time.
0 commit comments