You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Merge pull request #112031 from bruvzg/vm_os_f
Fix embedded window frame oversampling, fix DPITexture using uninitialized size in some conditions.
This commit is contained in:
@@ -193,6 +193,8 @@ bool Glyph::operator>(const Glyph &p_a) const {
|
||||
return p_a.start > start;
|
||||
}
|
||||
|
||||
double TextServer::vp_oversampling = 0.0;
|
||||
|
||||
void TextServer::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("has_feature", "feature"), &TextServer::has_feature);
|
||||
ClassDB::bind_method(D_METHOD("get_name"), &TextServer::get_name);
|
||||
|
||||
Reference in New Issue
Block a user