COMMON: Rename Common::set_to to Common::fill.
This makes the name match with the name of the STL function with the same behavior.
This commit is contained in:
parent
6e90f9e693
commit
61795739f8
30 changed files with 69 additions and 69 deletions
|
@ -169,7 +169,7 @@ namespace Graphics {
|
|||
/**
|
||||
* Fills several pixels in a row with a given color.
|
||||
*
|
||||
* This is a replacement function for Common::set_to, using an unrolled
|
||||
* This is a replacement function for Common::fill, using an unrolled
|
||||
* loop to maximize performance on most architectures.
|
||||
* This function may (and should) be overloaded in any child renderers
|
||||
* for portable platforms with platform-specific assembly code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue