Skip to content

Commit 9a95154

Browse files
committed
Fixed loading shaders first-time shaders loading
1 parent bdd3d41 commit 9a95154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/common/shader_container.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class _ShaderContainerState extends State<ShaderContainer>
3939
@override
4040
void initState() {
4141
super.initState();
42+
_loader = _loadShader();
4243
}
4344

4445
@override

0 commit comments

Comments
 (0)