Don't commit with compiling first ;)

This commit is contained in:
Ton Roosendaal 2011-01-04 16:39:05 +00:00
parent 51a3d123e1
commit 90a4e6a93d

@ -188,7 +188,7 @@ static void node_area_listener(ScrArea *sa, wmNotifier *wmn)
}
break;
case NC_TEXTURE:
if(type==NTREE_SHADER || type==NTREE_TEXTURE)) {
if(type==NTREE_SHADER || type==NTREE_TEXTURE) {
if(wmn->data==ND_NODES)
ED_area_tag_refresh(sa);
}