Welcome, Guest! Log In | Create Account

Changeset 1866

Show
Ignore:
Timestamp:
11/04/09 18:00:17 (2 months ago)
Author:
borrillis
Message:

-- GpuProgramParameters?

  • Changed default AutoAddParameterNames? from false to true
    • Warning * this may cause your programs to silently work when they would have failed previously.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/ogre_1.7_update/Projects/Axiom/Engine/Graphics/GpuProgramParameters.cs

    r1862 r1866  
    112112                ///             Flag to indicate if names not found will be automatically added. 
    113113                /// </summary> 
    114                 protected bool autoAddParamName; 
     114                protected bool autoAddParamName = true; 
    115115 
    116116                 protected List<ParameterEntry> paramTypeList = new List<ParameterEntry>();