How to Scroll Texture Just for Background

Hi there! I am scrolling my background texture using shaders. But problem is any new object I render gets a scrolling texture.
Any suggestions .

You should use separate shaders. Do a single pass for all non-scrolling objects, and another one for scrolling objects.