9 lines
No EOL
262 B
Text
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@ ); |