Fixed VGL detection on FreeBSD (thanks David!)

This commit is contained in:
Sam Lantinga
2001-08-09 06:14:06 +00:00
parent 368708ae3e
commit 9196e622ca

View File

@@ -775,7 +775,7 @@ CheckVGL()
#include <vgl.h>
],[
VGLBitmap bitmap;
exit(bitmap.PixelBytes);
exit(bitmap.Bitmap);
],[
video_vgl=yes
])