aboutsummaryrefslogtreecommitdiffstats
path: root/src/ultrastardx.dpr
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-20 10:14:21 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-10-20 10:14:21 +0000
commitf4e9ef3a2f98b9f9d0cfc18ed81e5b4b1de0fd12 (patch)
treeba38a7ceef76f10147d9ce27963915e40209a88e /src/ultrastardx.dpr
parent08bddcd6cc36631035d0591ab028c57fa4a57ab7 (diff)
downloadusdx-f4e9ef3a2f98b9f9d0cfc18ed81e5b4b1de0fd12.tar.gz
usdx-f4e9ef3a2f98b9f9d0cfc18ed81e5b4b1de0fd12.tar.xz
usdx-f4e9ef3a2f98b9f9d0cfc18ed81e5b4b1de0fd12.zip
Alpha plane request (SDL_GL_ALPHA_SIZE) removed as we do not need it anymore (was only needed for backbuffer offscreen rendering).
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1464 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/ultrastardx.dpr')
-rw-r--r--src/ultrastardx.dpr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ultrastardx.dpr b/src/ultrastardx.dpr
index 979d4545..07a5e3dc 100644
--- a/src/ultrastardx.dpr
+++ b/src/ultrastardx.dpr
@@ -73,7 +73,6 @@ uses
glext in 'lib\JEDI-SDL\OpenGL\Pas\glext.pas',
sdl in 'lib\JEDI-SDL\SDL\Pas\sdl.pas',
sdl_image in 'lib\JEDI-SDL\SDL_Image\Pas\sdl_image.pas',
- //sdl_ttf in 'lib\JEDI-SDL\SDL_ttf\Pas\sdl_ttf.pas',
sdlutils in 'lib\JEDI-SDL\SDL\Pas\sdlutils.pas',
UMediaCore_SDL in 'media\UMediaCore_SDL.pas',