Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/GPU_buffers.h')
-rw-r--r--source/blender/gpu/GPU_buffers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_buffers.h b/source/blender/gpu/GPU_buffers.h
index 842553a5fb9..a8630d0c5be 100644
--- a/source/blender/gpu/GPU_buffers.h
+++ b/source/blender/gpu/GPU_buffers.h
@@ -115,7 +115,8 @@ typedef struct GPUDrawObject {
int totedge;
int loose_edge_offset;
- int tot_loose_edge;
+ int tot_loose_edge_drawn;
+ int tot_edge_drawn;
} GPUDrawObject;
/* used for GLSL materials */