summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/device.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-29 19:35:14 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-29 19:35:14 +0200
commit5a751d9c0da79b38d4104bbe0cc1b5feec3d6ecc (patch)
tree16a2632dd25115570dcd2c0e21e7b9d0a19c8161 /src/graphics/core/device.h
parent1fa7053ac0763721bd6dd2ad56b256ecc2643021 (diff)
downloadcolobot-5a751d9c0da79b38d4104bbe0cc1b5feec3d6ecc.tar.gz
colobot-5a751d9c0da79b38d4104bbe0cc1b5feec3d6ecc.tar.bz2
colobot-5a751d9c0da79b38d4104bbe0cc1b5feec3d6ecc.zip
Fixed texture regression
There was a bug in texture modesetting but only visible after certain mode changes.
Diffstat (limited to 'src/graphics/core/device.h')
-rw-r--r--src/graphics/core/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphics/core/device.h b/src/graphics/core/device.h
index 71ebef7..0d76644 100644
--- a/src/graphics/core/device.h
+++ b/src/graphics/core/device.h
@@ -99,7 +99,6 @@ enum TransformType
enum RenderState
{
RENDER_STATE_LIGHTING,
- RENDER_STATE_TEXTURING,
RENDER_STATE_BLENDING,
RENDER_STATE_FOG,
RENDER_STATE_DEPTH_TEST,