mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-18 15:11:46 +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
|
||||
void I_PolyPresentInit() { }
|
||||
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() { }
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue