Build fix

This commit is contained in:
raven02 2013-09-05 16:00:11 +08:00
parent ca14f364d9
commit 59599a62d3

View file

@ -299,7 +299,7 @@ static inline bool DepthTestPassed(int x, int y, u16 z)
if (gstate.isModeClear())
return true;
switch (gstate.getDepthTestFunc()) {
switch (gstate.getDepthTestFunction()) {
case GE_COMP_NEVER:
return false;