supereggbert / GLGE

A javascript webGL graphics library
http://glge.org
Other
394 stars 84 forks source link

Syntax fixes to upstream #99

Open brpocock opened 10 years ago

brpocock commented 10 years ago

These are a couple of (hopefully, trivial) syntax corrections. • A stray "l" (L) in one source file • A second "return" in a single function (in two similar matrix functions) • An "==" being used where I believe it was meant to be an "=" (i.e. a discarded comparison being made in a block of assignments)