Revert "hot-fixed crashing Spout on log setting"

since b98b5ab0 this hot-fix is not needed

This reverts commit 5294185671.
This commit is contained in:
Martin Pulec
2023-11-08 11:27:04 +01:00
parent 63e07f43d4
commit 7d3c5bf4ca

View File

@@ -73,5 +73,5 @@ void spout_set_log_level(void *s, int ug_level) {
default: l = SPOUT_LOG_VERBOSE;
}
// spout->SetSpoutLogLevel(l);
spout->SetSpoutLogLevel(l);
}