diff options
Diffstat (limited to 'render/test.c')
| -rw-r--r-- | render/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/test.c b/render/test.c index f737748f..7c3c83b3 100644 --- a/render/test.c +++ b/render/test.c @@ -51,7 +51,7 @@ int main() render_startup(); look = appearance_new(Surface_Planar, 0); - look->surface.data.planar.grad = Background_PipeCross; + look->surface.data.planar.grad = Background_Pyramid; look->surface.data.planar.secondary = color_parse("Yellow"); look->surface.data.planar.primary = color_parse("Blue"); look->surface.data.planar.interlaced = FALSE; |
