mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(gx): remove stub NewGLSDL when compiling for macOS
This commit is contained in:
parent
d6de5b56ec
commit
0f04abb9de
@ -132,10 +132,6 @@ CGxDevice* CGxDevice::NewGLSDL() {
|
||||
auto m = SMemAlloc(sizeof(CGxDeviceGLSDL), __FILE__, __LINE__, 0x0);
|
||||
return new (m) CGxDeviceGLSDL();
|
||||
}
|
||||
#else
|
||||
CGxDevice* CGxDevice::NewGLSDL() {
|
||||
return nullptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
uint32_t CGxDevice::PrimCalcCount(EGxPrim primType, uint32_t count) {
|
||||
|
Loading…
Reference in New Issue
Block a user