aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenSong.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-14 21:36:38 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-14 21:36:38 +0000
commit58e4a47fb4c509af436c36e74b98d98ba66a2e9c (patch)
tree3f7a1640e3fbe7a8404c094fab4f5a1bc5a9e254 /src/screens/UScreenSong.pas
parentf9aeb4b3618d327bc0475ffe72b755fe0d5156fe (diff)
downloadusdx-58e4a47fb4c509af436c36e74b98d98ba66a2e9c.tar.gz
usdx-58e4a47fb4c509af436c36e74b98d98ba66a2e9c.tar.xz
usdx-58e4a47fb4c509af436c36e74b98d98ba66a2e9c.zip
comment unnessecary get_texture call that seems to lead to errors
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2091 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/screens/UScreenSong.pas')
-rw-r--r--src/screens/UScreenSong.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/UScreenSong.pas b/src/screens/UScreenSong.pas
index f1fdba4d..7b52609a 100644
--- a/src/screens/UScreenSong.pas
+++ b/src/screens/UScreenSong.pas
@@ -227,7 +227,7 @@ procedure TScreenSong.ShowCatTL(Cat: integer);
begin
//Change
Text[TextCat].Text := CatSongs.Song[Cat].Artist;
- Static[StaticCat].Texture := Texture.GetTexture(Button[Cat].Texture.Name, TEXTURE_TYPE_PLAIN, true);
+ //Static[StaticCat].Texture := Texture.GetTexture(Button[Cat].Texture.Name, TEXTURE_TYPE_PLAIN, true);
//Show
Text[TextCat].Visible := true;