Add FrameEnd() for overlays
This commit is contained in:
parent
078e0d0d8b
commit
d0e4d2296c
@ -861,6 +861,12 @@ bool RenderD7::DrawNFRect(float p1x, float p1y, float w, float h, u32 color, flo
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void RenderD7::FrameEnd()
|
||||||
|
{
|
||||||
|
if (metrikd)RenderD7::DrawMetrikOvl();
|
||||||
|
C3D_FrameEnd(0);
|
||||||
|
}
|
||||||
|
|
||||||
/*RenderD7::Console::Console()
|
/*RenderD7::Console::Console()
|
||||||
{
|
{
|
||||||
this->x = 0;
|
this->x = 0;
|
||||||
|
@ -203,7 +203,7 @@ namespace RenderD7
|
|||||||
Result unloadFont(C2D_Font &fnt);
|
Result unloadFont(C2D_Font &fnt);
|
||||||
bool DrawCircle(float x, float y, float radius, u32 color);
|
bool DrawCircle(float x, float y, float radius, u32 color);
|
||||||
bool DrawImage(C2D_Image img, float x, float y, float scaleX = 1.0f, float scaleY = 1.0f);
|
bool DrawImage(C2D_Image img, float x, float y, float scaleX = 1.0f, float scaleY = 1.0f);
|
||||||
|
void FrameEnd();
|
||||||
|
|
||||||
class SpriteSheetAnimation : public RenderD7::Sprite
|
class SpriteSheetAnimation : public RenderD7::Sprite
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user