mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-23 12:31:09 +00:00
- fix compile error
This commit is contained in:
parent
91ec1463b8
commit
5dd06de48c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ void I_PolyPresentDeinit();
|
||||||
#else
|
#else
|
||||||
void I_PolyPresentInit() { }
|
void I_PolyPresentInit() { }
|
||||||
uint8_t *I_PolyPresentLock(int w, int h, int &pitch) { pitch = 0; return nullptr; }
|
uint8_t *I_PolyPresentLock(int w, int h, int &pitch) { pitch = 0; return nullptr; }
|
||||||
void I_PolyPresentUnlock() { }
|
void I_PolyPresentUnlock(int x, int y, int w, int h) { }
|
||||||
void I_PolyPresentDeinit() { }
|
void I_PolyPresentDeinit() { }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue