mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 06:56:32 +02:00
#19197 Create basic visual studio
This commit is contained in:
parent
83abc571f1
commit
1c1b7369ae
5 changed files with 20 additions and 21 deletions
|
@ -166,7 +166,7 @@ double elapsedTime;
|
|||
|
||||
// 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_height = 256;
|
||||
|
||||
|
|
|
@ -345,7 +345,6 @@ void *checkInWithDomainServer(void *args) {
|
|||
if (usecToSleep > 0) {
|
||||
usleep(usecToSleep);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
pthread_exit(0);
|
||||
|
|
Loading…
Reference in a new issue