Skip to content

Commit 456f9f7

Browse files
committed
fix: update assetKey for AI Assistant shader to correct file path
1 parent abc4a02 commit 456f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ final shaders = [
125125
),
126126
ShaderInfo(
127127
name: 'AI Assistant',
128-
assetKey: 'shaders/branded_ai_assistant.frag',
128+
assetKey: 'shaders/ai_assistant.frag',
129129
description: 'A rotating effect resembling an AI assistant.',
130130
sourceUrl: 'https://www.shadertoy.com/view/MXsyzl',
131131
author: 'Saphirah',

0 commit comments

Comments
 (0)