Skip to content

Commit 8156cba

Browse files
authored
Merge pull request #124 from sparker256/master
Fixed GitHub Actions Fixed typo in manual
2 parents d300825 + 55c6823 commit 8156cba

7 files changed

Lines changed: 1 addition & 8 deletions

File tree

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
*.xpl
2-
3-
FlyWithLua/lin_x64/*.xpl
4-
FlyWithLua/mac_x64/*.xpl
5-
FlyWithLua/win_x64/*.xpl
6-
7-
81
#################
92
## Eclipse
103
#################
51 Bytes
Binary file not shown.

FlyWithLua/lin_x64/FlyWithLua.xpl

5.49 KB
Binary file not shown.

FlyWithLua/mac_x64/FlyWithLua.xpl

2.13 KB
Binary file not shown.

FlyWithLua/win_x64/FlyWithLua.xpl

143 KB
Binary file not shown.

docs/FlyWithLua_Manual_en.pdf

51 Bytes
Binary file not shown.

docs/FlyWithLua_Manual_en.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ \subsubsection{do\_every\_frame\_after( "\emph{Lua code string}" )}
926926
\item \emph{Lua code string} = A string containing Lua code you want to be calculated every single frame after flight loop.
927927
\end{enumerate}
928928

929-
Calculates a string of Lua code every single frame before flight loop. Can slow down the simulator at a glance. Use this function carefully!
929+
Calculates a string of Lua code every single frame after flight loop. Can slow down the simulator at a glance. Use this function carefully!
930930

931931

932932
\subsubsection{do\_every\_draw( "\emph{Lua code string}" )}

0 commit comments

Comments
 (0)