Einzelnen Beitrag anzeigen

Satty67

Registriert seit: 24. Feb 2007
Ort: Baden
1.566 Beiträge
 
Delphi 2007 Professional
 
#25

AW: Easy3DGL - Eine Bibliothek für OpenGL

  Alt 27. Mai 2011, 12:15
Sehe ich anders...
Delphi-Quellcode:
// FreeGL
  for y := 0 to TransparentList.Count - 1 do
  begin
    if Assigned(SolidList[x]) then
    begin
    CItem := TransparentList[x];
    CItem.Free;
    end;
  end;
Das auf SolidList geprüft wird statt TransparentList[], war zudem wohl der C&P Fehler
  Mit Zitat antworten Zitat