cod2-sdk/deffiles/materials/textureAtlas.template
2006-04-20 00:00:00 +00:00

9 lines
No EOL
262 B
Text

#if "$textureAtlasRowCount$" == ""
#error "textureAtlasRowCount may not be blank"
#endif
#if "$textureAtlasColumnCount$" == ""
#error "textureAtlasColumnCount may not be blank"
#endif
textureAtlas( @textureAtlasRowCount@, @textureAtlasColumnCount@ );