mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix negative VRAM values
This commit is contained in:
parent
f79b8474ab
commit
bae4b0c952
12 changed files with 12 additions and 12 deletions
|
@ -605,7 +605,7 @@ public:
|
|||
/* RENDER INFO */
|
||||
|
||||
//this passes directly to avoid stalling
|
||||
virtual int get_render_info(RenderInfo p_info) {
|
||||
virtual uint64_t get_render_info(RenderInfo p_info) {
|
||||
return visual_server->get_render_info(p_info);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue