setDrawFlag method

void setDrawFlag(
  1. bool draw
)

Implementation

void setDrawFlag( bool draw ){
	_info[_curIndex]._draw = draw;
}