fixed code that used the newer gs_create_texture version

This commit is contained in:
jp9000
2013-10-04 09:01:39 -07:00
parent 75262e6e0b
commit ec86c3eaf7
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ static bool texrender_resetbuffer(texrender_t texrender, int cx, int cy)
texrender->cy = cy;
texrender->target = gs_create_texture(cx, cy, texrender->format,
NULL, GS_RENDERTARGET);
1, NULL, GS_RENDERTARGET);
if (!texrender->target)
return false;