Case sensitivity bug fix
by Gary "ChunkyKs" Briggs · in Torque Game Builder · 12/13/2006 (6:08 pm) · 1 replies
T2D/levelBuilder/levelBuilderTextObjectTool.cc contains this:
[capital L ad the start of the second levelBuilder]
Gary (-;
PS Sorry for forum spam, I'm just trying to fix a bunch of stuff all at once, and keeping them in separate threads works best for me. Plus the TGB Linux forum needed more threads about fixing and less threads asking why it didn't work.
#include "T2D/levelBuilder/LevelBuilderTextEditTool.h"Which should be:
#include "T2D/levelBuilder/LevelBuilderTextEditTool.h"
[capital L ad the start of the second levelBuilder]
Gary (-;
PS Sorry for forum spam, I'm just trying to fix a bunch of stuff all at once, and keeping them in separate threads works best for me. Plus the TGB Linux forum needed more threads about fixing and less threads asking why it didn't work.
Torque 3D Owner Ronny Bangsund
Torque Cheerleaders
non-Windows platforms. Care to write a sed script to lowercase all names? ;)