Skip to content

Commit

Permalink
Update lib/main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter authored Jul 15, 2024
1 parent 24f51eb commit b183d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ void main() async {
Scores.init();
runApp(
CRTShader(
enabled: false,
enabled: true,
child: MaterialApp(
debugShowCheckedModeBanner: false,
home: const TitlePage(),
Expand Down

0 comments on commit b183d19

Please sign in to comment.