Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 8, 2006, 2:30:19 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new Default Values… they now too are in MultiType instead of (count, …) or (count, va_arg) style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/render2D/element_2d.cc

    r7193 r7198  
    143143  LoadParam(root, "bind-node", this, Element2D, setBindNode)
    144144      .describe("sets a node, this 2D-Element should be shown upon (name of the node)")
    145       .defaultValues(1, NULL);
     145      .defaultValues(NULL);
    146146
    147147  LoadParam(root, "visibility", this, Element2D, setVisibility)
Note: See TracChangeset for help on using the changeset viewer.