1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +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
GLLists.cpp
GLMap.cpp
GLMat.cpp
GLMatrix.cpp
GLStencil.cpp
GLTexture.cpp
GLUtils.cpp