FULLPIPE: Implement ModalFinal
This commit is contained in:
parent
ce383aca1e
commit
89640976c4
5 changed files with 141 additions and 2 deletions
|
@ -1295,4 +1295,8 @@ DynamicPhase *Shadows::findSize(int width, int height) {
|
|||
return _items[idx].dynPhase;
|
||||
}
|
||||
|
||||
void FullpipeEngine::drawAlphaRectangle(int x1, int y1, int x2, int y2, int alpha) {
|
||||
warning("STUB: FullpipeEngine::drawAlphaRectangle()");
|
||||
}
|
||||
|
||||
} // End of namespace Fullpipe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue