Skip to content

Commit 4670159

Browse files
author
Jonah Williams
authored
Revert "[macOS] Enable Impeller by default on macOS." (#165091)
Reverts flutter/flutter#164572
1 parent df676dc commit 4670159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/flutter/shell/platform/darwin/macos/framework/Source/FlutterDartProject.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ - (BOOL)enableImpeller {
6565
if (enableImpeller != nil) {
6666
return enableImpeller.boolValue;
6767
}
68-
return YES;
68+
return NO;
6969
}
7070

7171
- (NSString*)assetsPath {

0 commit comments

Comments
 (0)