Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 7c84862

Browse files
authored
awd
1 parent eff0038 commit 7c84862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extern "C" void _main(u32 magic) {
3737
screen_clear(COLOR(0, 0, 7));
3838
test();
3939
screen_swap();
40-
tate.frames++;
40+
state.frames++;
4141
}
4242

4343
log_print("\033[32m [AuroraOS]\033[0m - Shutting down... \n");

0 commit comments

Comments
 (0)