This commit is contained in:
zueuk 2006-12-09 08:39:22 +00:00
parent 870c505e4f
commit a85f275faf

View File

@ -13,7 +13,7 @@ type
TBaseSTRenderer = class(TBaseRenderer)
protected
PropTable: array[0..SUB_BATCH_SIZE] of TXform;
PropTable: array[0..PROP_TABLE_SIZE] of TXform;
finalXform: TXform;
UseFinalXform: boolean;