VirtualBox

Changeset 41821 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jun 19, 2012 11:49:51 AM (12 years ago)
Author:
vboxsync
Message:

wined3d/wddm: fix uninitialized value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/glsl_shader.c

    r40964 r41821  
    10761076                        max_constantsF = gl_info->limits.glsl_vs_float_constants - 3;
    10771077                }
    1078 #else
    1079                 max_constantsF = gl_info->limits.glsl_vs_float_constants - 3;
     1078                else
    10801079#endif
     1080                {
     1081                    max_constantsF = gl_info->limits.glsl_vs_float_constants - 3;
     1082                }
     1083
    10811084                if(ctx_priv->cur_vs_args->clip_enabled)
    10821085                {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette