1
0
forked from 0ad/0ad

Removes mem_get_ptr from the Tex::get_data comment forgotten in 63086f4e26.

This was SVN commit r26237.
This commit is contained in:
Vladislav Belov 2022-01-23 11:59:35 +00:00
parent f787089588
commit c114bab396

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2021 Wildfire Games.
/* Copyright (C) 2022 Wildfire Games.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@ -328,7 +328,7 @@ struct Tex
* return a pointer to the image data (pixels), taking into account any
* header(s) that may come before it.
*
* @return pointer to data returned by mem_get_ptr (holds reference)!
* @return pointer to the data.
**/
u8* get_data();