cod2-sdk/deffiles/materials/textureAtlas.template

9 lines
262 B
Text
Raw Normal View History

2006-04-20 00:00:00 +00:00
#if "$textureAtlasRowCount$" == ""
#error "textureAtlasRowCount may not be blank"
#endif
#if "$textureAtlasColumnCount$" == ""
#error "textureAtlasColumnCount may not be blank"
#endif
textureAtlas( @textureAtlasRowCount@, @textureAtlasColumnCount@ );