aboutsummaryrefslogtreecommitdiffstats
path: root/VideoPreview/src/base/UMusic.pas
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-25 15:38:35 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-25 15:38:35 +0000
commit1387c764c8a0e33e8f58296d8544f2a03566c6a4 (patch)
tree70e4766c3fec1639fc6377e5d74292af0b2ae741 /VideoPreview/src/base/UMusic.pas
parent87257c26b6392468e11835294fdcfd69b1fbec62 (diff)
downloadusdx-1387c764c8a0e33e8f58296d8544f2a03566c6a4.tar.gz
usdx-1387c764c8a0e33e8f58296d8544f2a03566c6a4.tar.xz
usdx-1387c764c8a0e33e8f58296d8544f2a03566c6a4.zip
modified aspect correction procedure.
added depth test for z-value handling. fixed property height. added DrawReflection procedure. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2420 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'VideoPreview/src/base/UMusic.pas')
-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 1c6b3a85..8c25b006 100644
--- a/VideoPreview/src/base/UMusic.pas
+++ b/VideoPreview/src/base/UMusic.pas
@@ -393,7 +393,7 @@ type
property Screen: integer read GetScreen;
property Width: double read GetWidth write SetWidth;
- property Height: double read GetHeight write SetWidth;
+ property Height: double read GetHeight write SetHeight;
property Alpha: double read GetAlpha write SetAlpha;
property ReflectionSpacing: double read GetReflectionSpacing write SetReflectionSpacing;
property FrameAspect: real read GetFrameAspect;