fix | Render FPS last
This commit is contained in:
parent
74cd3f5127
commit
b666e83a0c
|
@ -20,12 +20,12 @@ pub fn init() !Self {
|
|||
pub fn render(self: *Self) void {
|
||||
_ = self;
|
||||
|
||||
rl.drawFPS(10, 10);
|
||||
|
||||
rl.endDrawing();
|
||||
rl.beginDrawing();
|
||||
|
||||
rl.clearBackground(.{ 232, 216, 166, 255 });
|
||||
rl.drawFPS(10, 10);
|
||||
|
||||
}
|
||||
|
||||
pub fn deinit(self: *Self) void {
|
||||
|
|
Loading…
Reference in New Issue