| 74 | } |
| 75 | |
| 76 | int CGraphics_Threaded::QuadContainerAddSprite(int QuadContainerIndex, float x, float y, float Size) |
| 77 | { |
| 78 | IGraphics::CQuadItem QuadItem(x, y, Size, Size); |
| 79 | return QuadContainerAddQuads(QuadContainerIndex, &QuadItem, 1); |
| 80 | } |
| 81 | |
| 82 | int CGraphics_Threaded::QuadContainerAddSprite(int QuadContainerIndex, float Size) |
| 83 | { |