Trim whitespace in Texture:hasUsage name

This commit is contained in:
Josip Miskovic 2022-11-27 02:14:36 +01:00 committed by Bjorn
parent cad98d8b2b
commit cbe3c45548
1 changed files with 1 additions and 1 deletions

View File

@ -114,6 +114,6 @@ const luaL_Reg lovrTexture[] = {
{ "getDimensions", l_lovrTextureGetDimensions },
{ "getMipmapCount", l_lovrTextureGetMipmapCount },
{ "getSampleCount", l_lovrTextureGetSampleCount },
{ "hasUsage ", l_lovrTextureHasUsage },
{ "hasUsage", l_lovrTextureHasUsage },
{ NULL, NULL }
};