Small oversights in Mojo 2; minor typos, etc.

Monkey Forums/Monkey Bug Reports/Small oversights in Mojo 2; minor typos, etc.

ImmutableOctet(SKNG)(Posted 2015) [#1]
I tried compiling Mojo2 with reflection enabled, and I got a few errors. Nothing major, just a few typos, but I thought I'd bring them up.



* You returned 0 instead of 'False'.
* 'ShaderCaster' is now 'ShadowCaster', so it doesn't build.
* Not sure what's going on with 'ImagesLoading'.
* "_lightTypes[index]" should be "_lights[index].type".
* "_light[index].range" should be "_lights[index].range".

That should be about it.


marksibly(Posted 2015) [#2]
Thanks!


therevills(Posted 2015) [#3]
The reflect filter is great to fully compile Monkey projects to find these kind of issues.

Could a compile option be added to do a full compile of source code, instead of adding the filter?