Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Index: code/globalincs/def_files.cpp
  2. ===================================================================
  3. --- code/globalincs/def_files.cpp (Revision 7383)
  4. +++ code/globalincs/def_files.cpp (Arbeitskopie)
  5. @@ -1253,6 +1253,11 @@
  6. varying float fogDist; \n\
  7. #endif \n\
  8. \n\
  9. +#ifdef FLAG_ANIMATED \n\
  10. +uniform int effect_num; \n\
  11. +uniform float anim_timer; \n\
  12. +#endif \n\
  13. + \n\
  14. varying vec4 position; \n\
  15. varying vec3 lNormal; \n\
  16. \n\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement