chore: rename transform to Transform

This commit is contained in:
2025-10-23 20:32:12 +02:00
parent ec7ef40aea
commit 32873d14ae
4 changed files with 16 additions and 16 deletions

View File

@ -9,7 +9,7 @@ namespace Core {
struct ENGINE_API batch {
friend class Renderer;
public:
// requires transform component
// requires Transform component
struct item {
unsigned int batchId;
};

View File

@ -5,7 +5,7 @@
#include "engine/export.h"
namespace Core {
struct ENGINE_API transform {
struct ENGINE_API Transform {
glm::vec3 position;
glm::vec3 rotation;
glm::vec3 scale;