.. | .. |
---|
936 | 936 | cGridBag currenttab; |
---|
937 | 937 | //boolean added; // patch for jar |
---|
938 | 938 | |
---|
| 939 | + int totalcount = 0; |
---|
| 940 | + |
---|
939 | 941 | int tabcount = 0; |
---|
940 | 942 | int colcount = 0; |
---|
941 | 943 | int rowcount = 0; |
---|
.. | .. |
---|
974 | 976 | } |
---|
975 | 977 | |
---|
976 | 978 | AddTextureButton(path[0], path[1], path[2], ++texturecount, currenttab); |
---|
| 979 | + totalcount++; |
---|
977 | 980 | |
---|
978 | 981 | if (++colcount >= columns) |
---|
979 | 982 | { |
---|
.. | .. |
---|
999 | 1002 | container.add(resourcecontainer); |
---|
1000 | 1003 | |
---|
1001 | 1004 | Grafreed.ParseResources("textures", this); |
---|
| 1005 | + |
---|
| 1006 | + // 935. System.out.println("Total = " + totalcount); |
---|
1002 | 1007 | } |
---|
1003 | 1008 | |
---|
1004 | 1009 | void SetupUI2(ObjEditor oe) |
---|