From 05842e6ea3346ae7f1f31c661c056d6031b83f24 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 11 Oct 2012 21:47:11 +0200 Subject: [PATCH 1/1] needs_update should be set even after we have created the texture, since we have not actually filled it with anything. --- flat_input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flat_input.cpp b/flat_input.cpp index 56a9951..9c27cc8 100644 --- a/flat_input.cpp +++ b/flat_input.cpp @@ -75,7 +75,7 @@ void FlatInput::finalize() glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); check_error(); - needs_update = false; + needs_update = true; finalized = true; } -- 2.39.2