mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 10:25:06 -04:00
fix test building
This commit is contained in:
parent
91c0e2b365
commit
472bad4cfa
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Minosoft
|
||||
* Copyright (C) 2020-2023 Moritz Zwerger
|
||||
* Copyright (C) 2020-2024 Moritz Zwerger
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
@ -105,7 +105,7 @@ class DummyRenderSystem(
|
||||
return DummyFloatUniformBuffer(data)
|
||||
}
|
||||
|
||||
override fun createFramebuffer(color: Boolean, depth: Boolean): Framebuffer {
|
||||
override fun createFramebuffer(color: Boolean, depth: Boolean, scale: Float): Framebuffer {
|
||||
return DummyFramebuffer()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user