Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
PokeyManatee4 authored Mar 9, 2022
1 parent 36e7006 commit 295c36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/BasicRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BasicRenderer::BasicRenderer(Framebuffer* targetFramebuffer, PSF1_FONT* psf1_Fon
TargetFramebuffer = targetFramebuffer;
PSF1_Font = psf1_Font;
Colour = 0x00ff00ff;
CursorPosition = {64, 8};
CursorPosition = {8, 64;
}

void BasicRenderer::Print(const char* str)
Expand Down

0 comments on commit 295c36d

Please sign in to comment.