remove a lot of warnings (more todo in demos and serialization code)
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Gwen
|
||||
m_Render->DrawLinedRect( control->GetRenderBounds() );
|
||||
}
|
||||
|
||||
Gwen::Rect rect = control->GetRenderBounds();
|
||||
// Gwen::Rect rect = control->GetRenderBounds();
|
||||
if ( bChecked )
|
||||
{
|
||||
m_Render->SetDrawColor( Color( 0, 0, 0, 255) );
|
||||
@@ -490,7 +490,7 @@ namespace Gwen
|
||||
virtual void DrawSlider( Gwen::Controls::Base* control, bool bIsHorizontal, int numNotches, int barSize)
|
||||
{
|
||||
Gwen::Rect rect = control->GetRenderBounds();
|
||||
Gwen::Rect notchRect = rect;
|
||||
// Gwen::Rect notchRect = rect;
|
||||
|
||||
if ( bIsHorizontal )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user