Im using SDL2 with derelict, on ubuntu.
Last DMD.

When using spawn or new Thread like :
spawn( (){
  while(true){
    Thread.sleep(500.msecs);
  });

the program open two SDL windows.

Whats going on , and how to prevent this ?

Reply via email to