1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:57:47 +00:00

LibGL: Rename GLMat.cpp to GLMatrix.cpp

This commit is contained in:
Jelle Raaijmakers 2022-01-20 01:58:06 +01:00 committed by Andreas Kling
parent 08826d60ad
commit 12d7b4e9ac
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ set(SOURCES
GLLights.cpp GLLights.cpp
GLLists.cpp GLLists.cpp
GLMap.cpp GLMap.cpp
GLMat.cpp GLMatrix.cpp
GLStencil.cpp GLStencil.cpp
GLTexture.cpp GLTexture.cpp
GLUtils.cpp GLUtils.cpp