Skip to content

Commit

Permalink
fixed final on inject property
Browse files Browse the repository at this point in the history
  • Loading branch information
codescapade committed Sep 11, 2024
1 parent a12f308 commit f4687ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jume/graphics/Shader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Shader implements Injectable {
* The rendering context.
*/
@:inject
final context: Context;
var context: Context;

/**
* Create a new Shader.
Expand Down

0 comments on commit f4687ac

Please sign in to comment.