[gtk/wip/chergert/glproto] set initial state to FALSE



commit 80ed92f40fc711a1080cfb12b02a63d296bca3cc
Author: Christian Hergert <chergert redhat com>
Date:   Mon Dec 28 10:10:41 2020 -0800

    set initial state to FALSE
    
    or we wont end up setting the initial values the way we want

 gsk/next/gskgluniformstate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/next/gskgluniformstate.c b/gsk/next/gskgluniformstate.c
index b57880f9d1..c9dd6293e6 100644
--- a/gsk/next/gskgluniformstate.c
+++ b/gsk/next/gskgluniformstate.c
@@ -222,7 +222,7 @@ setup_info:
                       &offset);
 
   info = &g_array_index (program_info->uniform_info, GskGLUniformInfo, location);
-  info->changed = TRUE;
+  info->changed = FALSE;
   info->format = format;
   info->offset = offset;
   info->array_count = array_count;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]