aboutsummaryrefslogtreecommitdiffstats
path: root/VideoPreview/src/base
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-25 20:44:45 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-25 20:44:45 +0000
commitf9827cabe2bd6ff0bf8f0de7bfb7d041d77c4306 (patch)
tree917f49278bf4fda6e3f8db0555a28b01a450a0be /VideoPreview/src/base
parentd2525e356269d1ee9ac2a9b34ad349dd0f253d3d (diff)
downloadusdx-f9827cabe2bd6ff0bf8f0de7bfb7d041d77c4306.tar.gz
usdx-f9827cabe2bd6ff0bf8f0de7bfb7d041d77c4306.tar.xz
usdx-f9827cabe2bd6ff0bf8f0de7bfb7d041d77c4306.zip
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
Diffstat (limited to 'VideoPreview/src/base')
-rw-r--r--VideoPreview/src/base/UMusic.pas2
1 files changed, 1 insertions, 1 deletions
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;