mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Remove print statement
This commit is contained in:
parent
c22faa6c37
commit
54d20128d5
@ -338,7 +338,6 @@ class CommonFilters:
|
|||||||
if ("Inverted" in configuration):
|
if ("Inverted" in configuration):
|
||||||
text += " o_color = float4(1, 1, 1, 1) - o_color;\n"
|
text += " o_color = float4(1, 1, 1, 1) - o_color;\n"
|
||||||
text += "}\n"
|
text += "}\n"
|
||||||
print text
|
|
||||||
|
|
||||||
self.finalQuad.setShader(Shader.make(text))
|
self.finalQuad.setShader(Shader.make(text))
|
||||||
for tex in self.textures:
|
for tex in self.textures:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user