1
0

Fix DISPLAY

This commit is contained in:
otya128
2016-12-20 21:13:26 +09:00
parent 73d8b5bb5e
commit c03ab93395
2 changed files with 6 additions and 0 deletions

View File

@@ -174,6 +174,10 @@ struct Display
SDL_Rect[] rect;
Size windowSize;
int yoffset;
int count()
{
return cast(int)rect.length;
}
}
class RingBuffer(T)
{