Cleanup: spelling in comments

This commit is contained in:
2021-07-07 12:55:19 +10:00
parent 63a8b3b972
commit 5bbbc98471
74 changed files with 158 additions and 157 deletions

View File

@@ -680,7 +680,7 @@ typedef struct EEVEE_GeometryMotionData {
int use_deform;
struct GPUBatch *batch; /* Batch for time = t. */
struct GPUVertBuf *vbo[2]; /* Vbo for time = t +/- step. */
struct GPUVertBuf *vbo[2]; /* VBO for time = t +/- step. */
} EEVEE_GeometryMotionData;
/* ************ EFFECTS DATA ************* */