Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow store in Bool params null/true/false #12

Open
profelis opened this issue Dec 14, 2012 · 2 comments
Open

Allow store in Bool params null/true/false #12

profelis opened this issue Dec 14, 2012 · 2 comments

Comments

@profelis
Copy link

Now boolean params can't contains null value

@profelis
Copy link
Author

profelis commented Feb 8, 2013

Plus now you use

var zBias : Float; var hasZBias : Bool;

what can be replaced with

var zBias : Null<Float>;

@ncannasse
Copy link
Owner

Yes it's planned, but not yet done ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants