diff options
author | neoraider <devnull@localhost> | 2006-11-19 23:03:05 +0100 |
---|---|---|
committer | neoraider <devnull@localhost> | 2006-11-19 23:03:05 +0100 |
commit | 16fd248babd866be5535bdc43ae21099580ee3eb (patch) | |
tree | b7ca8b5e272e2e6c27637ce70e9864d78c01a1e1 /zoom | |
parent | e43bceafaba72d34dfbea1deecd56c2f694d704a (diff) | |
download | libzoom-16fd248babd866be5535bdc43ae21099580ee3eb.tar libzoom-16fd248babd866be5535bdc43ae21099580ee3eb.zip |
Render-Qualitaet durch neue Render()-Funktion erhoeht.
Diffstat (limited to 'zoom')
-rw-r--r-- | zoom/light.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zoom/light.h b/zoom/light.h index 06d6756..8194081 100644 --- a/zoom/light.h +++ b/zoom/light.h @@ -18,6 +18,5 @@ typedef struct _LIGHT { void SetAmbient(COLOR); void AddLight(LIGHT); void ResetLights(); -void ApplyLightScale(); #endif |