googlearchive / tango-examples-c

JNI example projects for Project Tango [deprecated] C-API
https://developers.google.com/ar
Apache License 2.0
337 stars 204 forks source link

Typo in sourcecode #80

Open lkmoe opened 8 years ago

lkmoe commented 8 years ago

Hi, only a tiny issue:

I came across a little typo in the tango_gl library in class quad.cc line 60 which might lead to a compile error with some compilers (that's what happened to me): I guess void Quat::SetTextureId(GLuint texture_id) { ...} should be void Quad::SetTextureId(GLuint texture_id) { ... }?! Just in case you want to change it..

Cheers! :)

lkmoe commented 8 years ago

sorry. I only just noticed now that this was mentioned before. -> Issue #65