* Removed heContrns dependency (replaced by fgl ... again)

This commit is contained in:
2015-05-13 19:09:41 +02:00
parent d334728b6c
commit 1ddaee39d5
6 changed files with 8 additions and 7432 deletions

View File

@@ -32,7 +32,7 @@ interface
uses
Classes, SysUtils, Imaging, ImagingTypes, ImagingClasses, ImagingCanvases,
ImagingOpenGL, GL, GLu, GLext, Math, heContnrs, ULandscape, UWorldItem,
ImagingOpenGL, GL, GLu, GLext, Math, fgl, ULandscape, UWorldItem,
UCacheManager, DOM, XMLRead;
const
@@ -85,7 +85,7 @@ type
property Material: TLightMaterial read FMaterial;
end;
TLightSources = specialize TheObjectVector<TLightSource>;
TLightSources = specialize TFPGObjectList<TLightSource>;
{ TLightManager }