Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed May 8, 2008
1 parent 78f8592 commit 9b77827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mojoshader.c
Expand Up @@ -741,6 +741,7 @@ static void add_attribute_register(Context *ctx, const RegisterType rtype,
static inline void add_sampler(Context *ctx, const RegisterType rtype,
const int regnum, const TextureType ttype)
{
// !!! FIXME: make sure it doesn't exist?
RegisterList *item = reglist_insert(ctx, &ctx->samplers, rtype, regnum);
item->index = (int) ttype;
} // add_sampler
Expand Down

0 comments on commit 9b77827

Please sign in to comment.