engine.build.lua: Graphics module: OpenGL.cpp is now called Graphics.cpp
This commit is contained in:
parent
038d997421
commit
b91bc22db1
1 changed files with 2 additions and 1 deletions
|
|
@ -131,9 +131,10 @@ local graphics_module = Module("source/Graphics", {
|
|||
"Image/IcoFormat.cpp",
|
||||
"PixelFormat.cpp",
|
||||
|
||||
"OpenGL.cpp",
|
||||
"GL/glad.c",
|
||||
"GL/CheckError.cpp",
|
||||
|
||||
"Graphics.cpp",
|
||||
})
|
||||
|
||||
local gfxdrv_opengl_module = Module("source/GfxDriver/OpenGL", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue