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

Error on running t.newTess(size) #1

Open
OmarShehata opened this issue Mar 10, 2015 · 0 comments
Open

Error on running t.newTess(size) #1

OmarShehata opened this issue Mar 10, 2015 · 0 comments

Comments

@OmarShehata
Copy link

I keep getting this error:

Error: null function pointer called
at MethodInfo-938()
at global/com.codeazur.libtess2.lib::F_tessDeleteTess()
at global/com.codeazur.libtess2.lib::F_deleteTess()
at global/com.codeazur.libtess2.lib::F_newTess()
at global/com.codeazur.libtess2.lib::_wrap_newTess()
at libtess2$/newTess()
at com.codeazur.libtess2::Tesselator/newTess()
at Main()

This is practically all my code

var t:Tesselator = new Tesselator();
t.newTess(1024 * 1024);

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

1 participant