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

Commit 3c25c81

Browse files
author
jonahwilliams
committed
[IMmeller] enable impeller by default.
1 parent 0dcf267 commit 3c25c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ struct Settings {
223223

224224
// Enable the Impeller renderer on supported platforms. Ignored if Impeller is
225225
// not supported on the platform.
226-
#if FML_OS_IOS || FML_OS_IOS_SIMULATOR
226+
#if FML_OS_IOS || FML_OS_IOS_SIMULATOR || FML_OS_ANDROID
227227
bool enable_impeller = true;
228228
#else
229229
bool enable_impeller = false;

0 commit comments

Comments
 (0)