aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UTexture.pas
diff options
context:
space:
mode:
authorbasisbit <basisbit@b956fd51-792f-4845-bead-9b4dfca2ff2c>2015-08-23 14:03:21 +0000
committerbasisbit <basisbit@b956fd51-792f-4845-bead-9b4dfca2ff2c>2015-08-23 14:03:21 +0000
commit003becc3c7b7773b08a693e23932c3cd6e3a0999 (patch)
tree60723755479de2d528e6c1b2f9a6d4883e57f119 /src/base/UTexture.pas
parent8a43116029d35501f603859a76517fc7e7147f89 (diff)
downloadusdx-003becc3c7b7773b08a693e23932c3cd6e3a0999.tar.gz
usdx-003becc3c7b7773b08a693e23932c3cd6e3a0999.tar.xz
usdx-003becc3c7b7773b08a693e23932c3cd6e3a0999.zip
* qick-fix some memory leaking after leaving MenuOptionsTheme (the covers-texture-cache doesn't need to be recreated)
ToDo: fix memory which happens in TScreenSong.GenerateThumbnails or subcalls git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3125 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/base/UTexture.pas')
-rw-r--r--src/base/UTexture.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/UTexture.pas b/src/base/UTexture.pas
index fb31a9b0..c0f0f396 100644
--- a/src/base/UTexture.pas
+++ b/src/base/UTexture.pas
@@ -110,8 +110,8 @@ type
end;
TTextureUnit = class
- private
- TextureDatabase: TTextureDatabase;
+ //private
+
public
Limit: integer;
@@ -132,7 +132,7 @@ type
var
Texture: TTextureUnit;
-
+ TextureDatabase: TTextureDatabase;
implementation
uses