Skip to content

Commit

Permalink
Fix editor for 3d-sdfiles
Browse files Browse the repository at this point in the history
Fixes mistake du to another fix
Solves bug 3565
  • Loading branch information
goglepox committed Sep 11, 2013
1 parent 0b6cd1d commit 52a0f36
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -150,7 +150,7 @@ else if(newInput instanceof IAdaptable){
if ( iter.hasNext() ) {
Object o = iter.next();
if ( o instanceof String )
properties.add( iter.next() );
properties.add( o );
}
}
updateHeaders();
Expand Down

0 comments on commit 52a0f36

Please sign in to comment.