You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)
This commit is contained in:
@@ -137,6 +137,7 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
category = p_category;
|
||||
sub_category = p_sub_category;
|
||||
description = p_description;
|
||||
sub_func = 0;
|
||||
sub_func_str = p_sub_func;
|
||||
return_type = p_return_type;
|
||||
mode = p_mode;
|
||||
|
||||
Reference in New Issue
Block a user