#19197 Create basic visual studio

This commit is contained in:
vincent 2013-03-28 18:32:52 +01:00
parent 83abc571f1
commit 1c1b7369ae
5 changed files with 20 additions and 21 deletions

View file

@ -166,7 +166,7 @@ double elapsedTime;
// Particles // Particles
char texture_filename[] = "resources/images/int-texture256-v4.png"; char texture_filename[] = "images/int-texture256-v4.png";
unsigned int texture_width = 256; unsigned int texture_width = 256;
unsigned int texture_height = 256; unsigned int texture_height = 256;

View file

@ -345,7 +345,6 @@ void *checkInWithDomainServer(void *args) {
if (usecToSleep > 0) { if (usecToSleep > 0) {
usleep(usecToSleep); usleep(usecToSleep);
} }
} }
pthread_exit(0); pthread_exit(0);