Gems/Camera

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-13 14:06:01 -07:00
parent 6ce0874295
commit cef4e5278d
10 changed files with 0 additions and 44 deletions
@@ -180,7 +180,6 @@ namespace ScriptCanvas
m_dotCPP.WriteNewLine();
WriteDoNotModify(m_dotCPP);
m_dotCPP.WriteNewLine();
m_dotCPP.WriteLine("#include \"precompiled.h\"");
m_dotCPP.WriteLine("#include \"%s.h\"", GetGraphName().data());
m_dotCPP.WriteNewLine();
}