Workbench: fixed C++ style comments

This commit is contained in:
Jeroen Bakker 2018-04-18 14:56:25 +02:00
parent 8a71c139d8
commit 5cc92a376b
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@ typedef struct WORKBENCH_PrivateData {
} WORKBENCH_PrivateData; /* Transient data */
typedef struct WORKBENCH_MaterialData {
// Solid color
/* Solid color */
float color[3];
// Linked shgroup for drawing
/* Linked shgroup for drawing */
DRWShadingGroup * shgrp;
} WORKBENCH_MaterialData;