From 1387c764c8a0e33e8f58296d8544f2a03566c6a4 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Tue, 25 May 2010 15:38:35 +0000 Subject: 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 --- VideoPreview/src/base/UMusic.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VideoPreview/src/base') 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; -- cgit v1.2.3