mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 09:13:45 +00:00
while working on cstr, search and destroy made "CStr &x" -> "CStr& x". didn't intend to hit gui code, but ok :)
This was SVN commit r534.
This commit is contained in:
@@ -93,10 +93,10 @@ CColor IGUIButtonBehavior::ChooseColor()
|
||||
|
||||
void IGUIButtonBehavior::DrawButton(const CRect &rect,
|
||||
const float &z,
|
||||
const CStr &sprite,
|
||||
const CStr &sprite_over,
|
||||
const CStr &sprite_pressed,
|
||||
const CStr &sprite_disabled)
|
||||
const CStr& sprite,
|
||||
const CStr& sprite_over,
|
||||
const CStr& sprite_pressed,
|
||||
const CStr& sprite_disabled)
|
||||
{
|
||||
if (GetGUI())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user