aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UVisualizer.pas
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-06 12:26:05 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-06 12:26:05 +0000
commitbe68ff31e2d10d5f29894c6ec4ed877c70c142a3 (patch)
tree59991190b77801cbd1e092c9f427a909f67cf3bc /Game/Code/Classes/UVisualizer.pas
parent8514766ed130d4c8d7cd06fce956ace10f5afeb9 (diff)
downloadusdx-be68ff31e2d10d5f29894c6ec4ed877c70c142a3.tar.gz
usdx-be68ff31e2d10d5f29894c6ec4ed877c70c142a3.tar.xz
usdx-be68ff31e2d10d5f29894c6ec4ed877c70c142a3.zip
gave priority to videos over Visualization...
so now video plays back... and "V" will switch between Video ( or jpg ) background and visualization. this needs to be pressed on every song, as the state should be forgotten. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@687 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UVisualizer.pas')
-rw-r--r--Game/Code/Classes/UVisualizer.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UVisualizer.pas b/Game/Code/Classes/UVisualizer.pas
index 08e4b594..b6b3a1cc 100644
--- a/Game/Code/Classes/UVisualizer.pas
+++ b/Game/Code/Classes/UVisualizer.pas
@@ -45,7 +45,7 @@ const
projectM_Dir = visuals_Dir+'/projectM';
type
- TVideoPlayback_ProjectM = class( TInterfacedObject, IVideoPlayback )
+ TVideoPlayback_ProjectM = class( TInterfacedObject, IVideoPlayback, IVideoVisualization )
pm : PProjectM;