mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Implement/match CDXUTSlider::SetColor(...)
This commit is contained in:
parent
b0382f7076
commit
0a73dc3d2d
@ -3847,6 +3847,14 @@ void CDXUTSlider::Render( IDirect3DDevice9* pd3dDevice, float fElapsedTime )
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------
|
||||
void CDXUTSlider::SetColor(D3DXCOLOR c)
|
||||
{
|
||||
field_76 = true;
|
||||
field_77 = c;
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------
|
||||
// CDXUTScrollBar class
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
@ -765,9 +765,12 @@ protected:
|
||||
bool m_bPressed;
|
||||
RECT m_rcButton;
|
||||
|
||||
public:
|
||||
bool field_76;
|
||||
D3DXCOLOR field_77;
|
||||
|
||||
public:
|
||||
void SetColor(D3DXCOLOR c);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user