catchable
This commit is contained in:
parent
242a6d8057
commit
2816029015
|
@ -1,7 +1,7 @@
|
|||
import bumpy, chroma, vmath
|
||||
|
||||
type
|
||||
PixieError* = object of ValueError ## Raised if an operation fails.
|
||||
PixieError* = object of CatchableError ## Raised if an operation fails.
|
||||
|
||||
BlendMode* = enum
|
||||
NormalBlend
|
||||
|
|
Loading…
Reference in a new issue