mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
parent
129a22cd90
commit
fbfd56c247
@ -118,10 +118,12 @@ private:
|
||||
uint32_t code_version;
|
||||
bool ok;
|
||||
Version() {
|
||||
code_version = 0;
|
||||
id = 0;
|
||||
vert_id = 0;
|
||||
frag_id = 0;
|
||||
ok = false;
|
||||
uniform_location = NULL;
|
||||
code_version = 0;
|
||||
ok = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user