1
0
Fork 0

test: fixed uninitialized variable in test-cogl-point-sprites

This commit is contained in:
Roman Kudiyarov 2010-07-19 22:53:49 +07:00 committed by Robert Bragg
parent 8e2b45648f
commit 5218da748f

View file

@ -230,7 +230,7 @@ test_cogl_point_sprites_main (int argc, char *argv[])
data.material = cogl_material_new ();
data.last_spark_time = g_timer_new ();
data.next_spark_num = 0;
cogl_material_set_point_size (data.material, TEXTURE_SIZE);
tex = generate_round_texture ();