Skip to content

Commit

Permalink
Dumb Github Override
Browse files Browse the repository at this point in the history
  • Loading branch information
PokeyManatee4 authored Mar 9, 2022
1 parent 61f25d1 commit edace18
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 = {8, 64;
CursorPosition = {8, 64};
}

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

0 comments on commit edace18

Please sign in to comment.