Temporaroly disable an assert preventing to test campaign's trunk
(problem caused by 2009-12-20T20:46:27Z!koraq@xs4all.nl). Note there is still a small icon glitch.
This commit is contained in:
parent
f3e09dc178
commit
c544b380cb
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ void twindow::draw()
|
|||
|
||||
std::vector<twidget*> call_stack;
|
||||
populate_dirty_list(*this, call_stack);
|
||||
assert(dirty_list_.empty());
|
||||
//assert(dirty_list_.empty());
|
||||
|
||||
SDL_Rect rect = get_rect();
|
||||
update_rect(rect);
|
||||
|
|
Loading…
Add table
Reference in a new issue