for scoping
This commit is contained in:
@@ -22,7 +22,8 @@
|
|||||||
|
|
||||||
SnapDisplay::SnapDisplay()
|
SnapDisplay::SnapDisplay()
|
||||||
{
|
{
|
||||||
for( int i=0; i<2; i++ )
|
int i;
|
||||||
|
for( i=0; i<2; i++ )
|
||||||
{
|
{
|
||||||
m_sprIndicators[i].Load( THEME->GetPathTo("Graphics","edit snap indicator") );
|
m_sprIndicators[i].Load( THEME->GetPathTo("Graphics","edit snap indicator") );
|
||||||
this->AddChild( &m_sprIndicators[i] );
|
this->AddChild( &m_sprIndicators[i] );
|
||||||
|
|||||||
Reference in New Issue
Block a user