1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Fix DepthBuffer_RemoveBottom()

This commit is contained in:
Sergey Lipskiy 2013-04-22 11:10:18 +07:00
parent 212802b66c
commit 13ed4d4acf

View File

@ -17,7 +17,7 @@ void DepthBuffer_RemoveBottom()
DepthBuffer *newBottom = depthBuffer.bottom->higher;
if (depthBuffer.bottom == depthBuffer.top)
depthBuffer.top == NULL;
depthBuffer.top = NULL;
free( depthBuffer.bottom );