mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
BTeXTest is now available thru ingame
This commit is contained in:
@@ -57,8 +57,8 @@ class NoModuleDefaultTitlescreen(batch: FlippingSpriteBatch) : IngameInstance(ba
|
||||
App.setConfig("screenmagnifyingfilter", "bilinear")
|
||||
}
|
||||
|
||||
override fun render(updateRate: Float) {
|
||||
super.render(updateRate)
|
||||
override fun renderImpl(updateRate: Float) {
|
||||
super.renderImpl(updateRate)
|
||||
|
||||
gdxClearAndEnableBlend(0f, 0f, 0f, 0f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user