mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-14 18:05:51 -04:00
rendering: log "Creating window" message verbose
This commit is contained in:
parent
533046e7ff
commit
d4fccd1b98
@ -52,7 +52,7 @@ object RenderLoader {
|
||||
|
||||
fun RenderContext.load(latch: AbstractLatch) {
|
||||
setThread()
|
||||
Log.log(LogMessageType.RENDERING_LOADING) { "Creating window..." }
|
||||
Log.log(LogMessageType.RENDERING_LOADING, LogLevels.VERBOSE) { "Creating window..." }
|
||||
val stopwatch = Stopwatch()
|
||||
registerRenderer()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user