diff options
author | Indah Sylvia <ISylvox@yahoo.com> | 2017-09-29 04:40:01 +0700 |
---|---|---|
committer | Indah Sylvia <ISylvox@yahoo.com> | 2017-09-29 04:40:01 +0700 |
commit | 392a94686c1b22c0720f708db1feb80f24d1e08e (patch) | |
tree | 08b15e3e413116b7bbf3e85fa31f0e7dfc3057bf /main | |
parent | 4f39ce32b9195405f934445b20059e86632b47f9 (diff) |
Fixed typo: 'texure' to 'texture'
Diffstat (limited to 'main')
-rw-r--r-- | main/performance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/performance.cpp b/main/performance.cpp index e85d2bf736..4dac6c119e 100644 --- a/main/performance.cpp +++ b/main/performance.cpp @@ -94,7 +94,7 @@ String Performance::get_monitor_name(Monitor p_monitor) const { "raster/surface_changes", "raster/draw_calls", "video/video_mem", - "video/texure_mem", + "video/texture_mem", "video/vertex_mem", "video/video_mem_max", "physics_2d/active_objects", |