mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
new skybox drawing wip
This commit is contained in:
@@ -20,7 +20,7 @@ open class LoadScreenBase : ScreenAdapter(), Disposable {
|
||||
internal var errorTrapped = false
|
||||
internal var doContextChange = false
|
||||
|
||||
var camera = OrthographicCamera(AppLoader.screenW.toFloat(), AppLoader.screenH.toFloat())
|
||||
var camera = OrthographicCamera(AppLoader.screenWf, AppLoader.screenHf)
|
||||
|
||||
override fun show() {
|
||||
messages.clear()
|
||||
|
||||
Reference in New Issue
Block a user