Ignore:
Timestamp:
01/23/14 09:38:55 (10 years ago)
Author:
jts21
Message:

Items now keep their old ID when being anchored on the same frame as they were picked up from, unless the frame already has an item with that ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/HFormat.java

    r427 r741  
    11package org.expeditee.agents;
    22
     3import java.util.ArrayList;
    34import java.util.Collection;
     5import java.util.List;
    46
    57import org.expeditee.gui.Frame;
     8import org.expeditee.items.Item;
    69import org.expeditee.items.Text;
    710
     
    2528                        return null;
    2629               
     30                List<Item> changedItems = new ArrayList<Item>();
     31               
    2732                float anchorY = 0F;
    2833                float yThreshold = 0F;
Note: See TracChangeset for help on using the changeset viewer.