mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
TINYGL: Fixed missing semicolon
This commit is contained in:
parent
ca89768161
commit
d832c015ad
@ -106,7 +106,7 @@ void FrameBuffer::drawLine(const ZBufferPoint *p1, const ZBufferPoint *p2) {
|
||||
|
||||
if (kInterpZ) {
|
||||
if (n == 0)
|
||||
return
|
||||
return;
|
||||
sz = (p2->z - p1->z) / n;
|
||||
z = p1->z;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user