TAChart: Remove path to TADrawerOpenGl from opengl demo.

git-svn-id: trunk@52339 -
This commit is contained in:
wp 2016-05-22 09:15:35 +00:00
parent e26e156a5c
commit 11f4b132d1

View File

@ -31,7 +31,7 @@ implementation
{$R *.lfm}
uses
TADrawUtils, TADrawerOpenGL in '..\..\TADrawerOpenGL.pas', TADrawerCanvas;
TADrawUtils, TADrawerOpenGL, TADrawerCanvas;
procedure TForm1.Chart1AfterPaint(ASender: TChart);
begin