EMI/GRIM: Rename getBoundingBoxPos to getScreenBoundingBox to better describe the behavior.

This commit is contained in:
Joseph Jezak 2014-07-22 19:13:29 -04:00
parent bed29f07b3
commit 60fa48490e
9 changed files with 16 additions and 16 deletions

View file

@ -511,11 +511,11 @@ void GfxOpenGLS::flipBuffer() {
g_system->updateScreen();
}
void GfxOpenGLS::getBoundingBoxPos(const Mesh *mesh, int *x1, int *y1, int *x2, int *y2) {
void GfxOpenGLS::getScreenBoundingBox(const Mesh *mesh, int *x1, int *y1, int *x2, int *y2) {
}
void GfxOpenGLS::getBoundingBoxPos(const EMIModel *model, int *x1, int *y1, int *x2, int *y2) {
void GfxOpenGLS::getScreenBoundingBox(const EMIModel *model, int *x1, int *y1, int *x2, int *y2) {
if (_currentShadowArray) {
*x1 = -1;
*y1 = -1;