mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
fixed tabbed banner, shader setting
This commit is contained in:
@@ -61,6 +61,8 @@ class Shaders(object):
|
||||
|
||||
def determine_shader_parameter_number(self, path):
|
||||
max_amount = 4
|
||||
if True: # for now always assume 4 params
|
||||
return max_amount
|
||||
with open(path, 'r') as selected_shader:
|
||||
shader_text = selected_shader.read()
|
||||
for i in range(max_amount):
|
||||
|
||||
Reference in New Issue
Block a user