Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GuusKemperman committed Feb 7, 2025
1 parent 39a86d7 commit b6dd84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Assets/Script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
#include "Utilities/Reflect/ReflectAssetType.h"
#include "Utilities/Reflect/ReflectComponentType.h"

// We've hardcoded our scripts to always have a
// We've hardcoded our scripts to always have a World
// While fields normally dont support ptr/ref types,
// we can make a little wrapper around our pointer
// we can make a little wrapper around our pointer.
struct WorldPointer
{
CE::World* mData{};
Expand Down

0 comments on commit b6dd84e

Please sign in to comment.