summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 01620ef..0f6d112 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1784,7 +1784,7 @@ int main(int argc, char *argv[])
#ifdef OGLR
if (cmode==CM_PERS)//save background for persistent, then clear
{
- clearScreen(1.0f);
+ clearScreen(0.01f);
memset(part_vbuf, 0, (XRES+BARSIZE)*YRES*PIXELSIZE);
}
else //clear screen every frame