mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 23:59:46 +00:00
Actual fix now xD
This commit is contained in:
@ -449,7 +449,7 @@ CSprite2d::AddToBuffer(const CRect &r, const CRGBA &c, float u0, float v0, float
|
|||||||
bool
|
bool
|
||||||
CSprite2d::IsVertexBufferFull()
|
CSprite2d::IsVertexBufferFull()
|
||||||
{
|
{
|
||||||
return (nextBufferVertex > TEMPBUFFERINDEXSIZE-128-4 || nextBufferIndex > ARRAY_SIZE(TempBufferRenderIndexList)-6);
|
return (nextBufferVertex > TEMPBUFFERVERTSIZE-128-4 || nextBufferIndex > ARRAY_SIZE(TempBufferRenderIndexList)-6);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user