remove banner

master
Dominik Madarász 2023-08-08 00:45:44 +02:00
parent 87df62e21d
commit e1325d9475
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ void updateBuffers(ALuint src, ALuint bufs[numBuf])
int main(int argc, char * argv[])
{
std::cout << "OpenAL test project\n";
// set stdin to binary mode
#ifdef _WIN32
_setmode(_fileno(stdin), _O_BINARY);