Game Development Community

terrRender.cc TextureSize ?

by Nick Carnevalino · in Torque Game Engine · 05/21/2002 (4:34 pm) · 2 replies

i'm getting an "undeclared identifier" on line 2373 in terrRender.cc for TextureSize with todays update ( 5-21-2002 did a cvs update 7pm EST ) .... i searched all files in the torque ir and all sub dirs for TextureSize and have found 2 instances of TerrainTextureSize but nothing for TextureSize ( except in terrRender.cc ) ...

any ideas?

#1
05/21/2002 (4:49 pm)
doh. I'll check it.

Oops... that should be TerrainTextureSize... corrected everywhere but in the Assert (which conveniently compiles out in the release build). Looks like someone beat me to the fix though :)
#2
05/21/2002 (5:03 pm)
ok i replaced the 3 instances of TextureSize to TerrainTextureSize on that line and it seems to compile correctly now ...
:-)