We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c6993 commit 46bc2d9Copy full SHA for 46bc2d9
common/src/main/kotlin/com/lambda/graphics/texture/AnimatedTexture.kt
@@ -27,7 +27,7 @@ import org.lwjgl.stb.STBImage
27
import java.nio.ByteBuffer
28
29
30
-class AnimatedTexture(path: LambdaResource) : Texture(null) {
+class AnimatedTexture(path: LambdaResource) : Texture(image = null, forceConsistency = false) {
31
private val pbo: PixelBuffer
32
private val gif: ByteBuffer // Do NOT free this pointer
33
private val frameDurations: IntArray
0 commit comments