From ed606ded52132f7afed03d99fabed7b111ce9a51 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Fri, 1 Sep 2017 21:07:55 +0700 Subject: Fix files header --- modules/tga/image_loader_tga.cpp | 2 +- modules/tga/image_loader_tga.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/tga') diff --git a/modules/tga/image_loader_tga.cpp b/modules/tga/image_loader_tga.cpp index 379c894550..84332ee2ff 100644 --- a/modules/tga/image_loader_tga.cpp +++ b/modules/tga/image_loader_tga.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* image_loader_jpegd.cpp */ +/* image_loader_tga.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/modules/tga/image_loader_tga.h b/modules/tga/image_loader_tga.h index 8689a1773b..7905ab37a7 100644 --- a/modules/tga/image_loader_tga.h +++ b/modules/tga/image_loader_tga.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* image_loader_jpegd.h */ +/* image_loader_tga.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -- cgit v1.2.3