You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix periods in editor strings and messages
- Ensure all strings with ellipsis end with 3 periods instead of 2. - Fix extraneous period in "Error calling from signal '...' to callable" messages.
This commit is contained in:
@@ -9186,7 +9186,7 @@ void RenderingDeviceVulkan::_free_pending_resources(int p_frame) {
|
||||
Texture *texture = &frames[p_frame].textures_to_dispose_of.front()->get();
|
||||
|
||||
if (texture->bound) {
|
||||
WARN_PRINT("Deleted a texture while it was bound..");
|
||||
WARN_PRINT("Deleted a texture while it was bound.");
|
||||
}
|
||||
vkDestroyImageView(device, texture->view, nullptr);
|
||||
if (texture->owner.is_null()) {
|
||||
|
||||
Reference in New Issue
Block a user