You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename SVGTexture to DPITexture.
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
#include "scene/gui/subviewport_container.h"
|
||||
#include "scene/main/canvas_layer.h"
|
||||
#include "scene/main/window.h"
|
||||
#include "scene/resources/dpi_texture.h"
|
||||
#include "scene/resources/mesh.h"
|
||||
#include "scene/resources/svg_texture.h"
|
||||
#include "scene/resources/text_line.h"
|
||||
#include "scene/resources/world_2d.h"
|
||||
#include "servers/audio_server.h"
|
||||
@@ -1090,8 +1090,8 @@ bool Viewport::_set_size(const Size2i &p_size, const Size2 &p_size_2d_override,
|
||||
TS->reference_oversampling_level(new_font_oversampling);
|
||||
TS->unreference_oversampling_level(font_oversampling);
|
||||
|
||||
SVGTexture::reference_scaling_level(new_font_oversampling);
|
||||
SVGTexture::unreference_scaling_level(font_oversampling);
|
||||
DPITexture::reference_scaling_level(new_font_oversampling);
|
||||
DPITexture::unreference_scaling_level(font_oversampling);
|
||||
}
|
||||
|
||||
size = new_size;
|
||||
|
||||
Reference in New Issue
Block a user