Browse Source

silence warning

tags/mesa_7_3_rc1
Guillaume Melquiond 17 years ago
parent
commit
ee2c8d6d3e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/demos/rain.cxx

+ 1
- 1
progs/demos/rain.cxx View File

@@ -114,7 +114,7 @@ static void calcposobs(void)
rainParticle::setRainingArea(obs[0]-7.0f,-0.2f,obs[2]-7.0f,obs[0]+7.0f,8.0f,obs[2]+7.0f);
}

static void printstring(void *font, char *string)
static void printstring(void *font, const char *string)
{
int len,i;


Loading…
Cancel
Save