From 41f5a40ad0e22ee1733105e2a757b10b105b299e Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Thu, 25 Jul 2019 15:17:31 -0400 Subject: [PATCH] Tabbing fix --- mojoshader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojoshader.h b/mojoshader.h index 74750841..eb0803ae 100644 --- a/mojoshader.h +++ b/mojoshader.h @@ -3130,7 +3130,7 @@ DECLSPEC void MOJOSHADER_glSetVertexAttribute(MOJOSHADER_usage usage, const void *ptr); /* - * Modify the rate at which this vertex attribute advances during instanced + * Modify the rate at which this vertex attribute advances during instanced * rendering. * * This should be called alongside glSetVertexAttribute, as this does not flag