mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 11:24:56 -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) {
|
fun RenderContext.load(latch: AbstractLatch) {
|
||||||
setThread()
|
setThread()
|
||||||
Log.log(LogMessageType.RENDERING_LOADING) { "Creating window..." }
|
Log.log(LogMessageType.RENDERING_LOADING, LogLevels.VERBOSE) { "Creating window..." }
|
||||||
val stopwatch = Stopwatch()
|
val stopwatch = Stopwatch()
|
||||||
registerRenderer()
|
registerRenderer()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user