Skip to content

Commit

Permalink
fix: spelling mistake in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Oct 30, 2020
1 parent 0d61826 commit 049724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/renderers/webgl/BlendState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export enum BlendFunc {
}

export class BlendState implements ICloneable<BlendState>, IEquatable<BlendState> {
// TODO: Should be intialized to default WebGL states
// TODO: Should be initialized to default WebGL states
constructor(
public sourceRGBFactor = BlendFunc.One,
public destRGBFactor = BlendFunc.Zero,
Expand Down

0 comments on commit 049724c

Please sign in to comment.