From f9827cabe2bd6ff0bf8f0de7bfb7d041d77c4306 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Tue, 25 May 2010 20:44:45 +0000 Subject: fixed property AspectCorrection (write). added constant ReflectionH (reflection height). added procedures for drawing black borders (acoLetterBox). git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2422 b956fd51-792f-4845-bead-9b4dfca2ff2c --- VideoPreview/src/base/UMusic.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VideoPreview/src/base/UMusic.pas') diff --git a/VideoPreview/src/base/UMusic.pas b/VideoPreview/src/base/UMusic.pas index 8c25b006..41d6e80c 100644 --- a/VideoPreview/src/base/UMusic.pas +++ b/VideoPreview/src/base/UMusic.pas @@ -397,7 +397,7 @@ type property Alpha: double read GetAlpha write SetAlpha; property ReflectionSpacing: double read GetReflectionSpacing write SetReflectionSpacing; property FrameAspect: real read GetFrameAspect; - property AspectCorrection: TAspectCorrection read GetAspectCorrection; + property AspectCorrection: TAspectCorrection read GetAspectCorrection write SetAspectCorrection; property Loop: boolean read GetLoop write SetLoop; property Position: real read GetPosition write SetPosition; end; -- cgit v1.2.3